Is there a way to modify the actionmaps config file to remap the battle grid button? More specifically, I'd like to use the Tab key.


Remapping Battle Grid button
Started by Rudugar, Oct 31 2012 06:45 PM
2 replies to this topic
#1
Posted 31 October 2012 - 06:45 PM
#2
Posted 31 October 2012 - 09:31 PM
There are several bindings that need to be added to the keybinding options.
B for Battlegrid
Backspace for ChainFire
Anyone know of any other keys that aren't listed?
B for Battlegrid
Backspace for ChainFire
Anyone know of any other keys that aren't listed?
#3
Posted 01 January 2013 - 12:58 PM
To do this, use AutoHotkey with the following script:
This puts map on Tab and scoreboard on ` (To the left of 1)
I chose that key, because if I mapped b to scoreboard (ie swapped tab and B), you would not be able to type a b in chat etc.
#IfWinActive, ahk_class CryENGINE Tab::b `::Tab #IfWinActive
This puts map on Tab and scoreboard on ` (To the left of 1)
I chose that key, because if I mapped b to scoreboard (ie swapped tab and B), you would not be able to type a b in chat etc.
Edited by evilC, 01 January 2013 - 01:00 PM.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users