Jump to content

Group Fire Toggle?


2 replies to this topic

#1 SchnitzlXS

    Member

  • PipPip
  • Ace Of Spades
  • Ace Of Spades
  • 23 posts

Posted 28 February 2013 - 02:26 PM

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!

#2 evilC

    Member

  • PipPipPipPipPipPipPipPip
  • Legendary Founder
  • Legendary Founder
  • 1,298 posts
  • LocationLondon, UK

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:

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 SchnitzlXS

    Member

  • PipPip
  • Ace Of Spades
  • Ace Of Spades
  • 23 posts

Posted 04 March 2013 - 02:14 AM

Thanks mate! Will try that.

Cheers!





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users