Page 1 of 1

Keyboard macro

Posted: Tue Aug 16, 2011 4:05 pm
by uwontprevail
Is there a way to make it so when i press my ctrl key, it holds the key for a second instead of just pressing it?

In black ops i have c and ctrl kebound to the circle key.

So that when i press c i will crouch and when i press ctrl i will go prone.

Thanks.

Re: Keyboard macro

Posted: Sat Aug 20, 2011 4:13 am
by Dr-Ripper
Dont know what are ur need's, but a good way to automate almost anything was: http://www.autohotkey.com/

Re: Keyboard macro

Posted: Sat Aug 20, 2011 2:49 pm
by Matlo
Sorry for the reply time. It's very easy to configure that:

1/ in sixemuconf, remove 'ctrl' from the Button tab for both configs 1&2. Define 'c' for the crouch button in the Button tab for both configs 1&2.

2/ Then create a macro file (as explained in the tutorial) with the following content:

MACRO LCTRL
KEYDOWN c
DELAY 1000
KEYUP c

Re: Keyboard macro

Posted: Sat Aug 20, 2011 3:07 pm
by uwontprevail
Matlo wrote:Sorry for the reply time. It's very easy to configure that:

1/ in sixemuconf, remove 'ctrl' from the Button tab for both configs 1&2. Define 'c' for the crouch button in the Button tab for both configs 1&2.

2/ Then create a macro file (as explained in the tutorial) with the following content:

MACRO LCTRL
KEYDOWN c
DELAY 1000
KEYUP c

Perfect, exactly what i was looking for.

Re: Keyboard macro

Posted: Wed Aug 08, 2012 4:53 pm
by nexzuis
I have made the macros file, but where do I find config 1 and 2? If n Remove Cirlce from Lshift in the config file how do I add it back on?

Re: Keyboard macro

Posted: Wed Aug 08, 2012 5:42 pm
by Matlo
"Profiles" were formerly called "Configurations".
You can select the profile in the menu.

http://gimx.fr/wiki/index.php?title=Con ... s#Profiles

Adding a control is straightforward: click on "Auto detect", press LSHIFT, select Circle, and click on "Add".