Hey guys, Is there any way to change the default key binding on group/chain fire toggle?
I would really like to bind it to mouse key 4.
Cheers!


Group Fire Toggle?
Started by SchnitzlXS, Feb 28 2013 02:26 PM
2 replies to this topic
#1
Posted 28 February 2013 - 02:26 PM
#2
Posted 01 March 2013 - 05:19 AM
I think it can maybe be done thru editing game config files, but here is my solution:
Install AutoHotkey, then create a new text file called chaintoggle.ahk and paste in the following code:
Then double click the file you just made, and it will run the macro
If it remaps the wrong key, try changing XButton1 to XButton2
Install AutoHotkey, then create a new text file called chaintoggle.ahk and paste in the following code:
SetKeyDelay, 0, 50 #IfWinActive, ahk_class CryENGINE ~XButton1::Backspace #IfWinActive
Then double click the file you just made, and it will run the macro
If it remaps the wrong key, try changing XButton1 to XButton2
Edited by evilC, 01 March 2013 - 05:21 AM.
#3
Posted 04 March 2013 - 02:14 AM
Thanks mate! Will try that.
Cheers!
Cheers!
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users