I have a G15 Keyboard and I have remapped the command rose so that I can use keys on the NUM PAD to navigate around the messages. This way I can map those commands to the G15 macro keys and use one keystroke to send Thanks, Need Ammo, Need Medic etc...
Once the Command Rose is active with "Q" I can use NUM PAD 8 and 2 to go up and down or NUM PAD 4 and 6 to go left and right. NUM PAD 5 activates the highlighted selection, and NUM PAD 0 brings up the spotted.
The problem I'm having is with the "SPOTTED" menu. I bring it up using "Q" then NUM PAD 0 and the list of what I can "spot" comes up. When I hit NUM PAD 8 or 2 to go up or down it jumps way too far. I can hit the key as fast as possible and it still skips two or three or more spaces.
Here's the changes made to the Controls.con file....
ControlMap. create defaultGameControlMap
ControlMap.addKeysToAxisMapping c_GIMouseLookX IDFKeyboard IDKey_Numpad6 IDKey_Numpad4 1
ControlMap. addKeysToAxisMapping c_GIMouseLookY IDFKeyboard IDKey_Numpad2 IDKey_Numpad8 1
ControlMap. addKeyToTriggerMapping c_GIOk IDFKeyboard IDKey_Numpad5 0 1
I tried putting a 10000 behind each line to change the key variable to 10000 - One Shot, using the info found HERE but that didn't work at all.
Any guru's out there know how to slow down the scrolling so I can setup hotkeys for each of the spotted types?
Once the Command Rose is active with "Q" I can use NUM PAD 8 and 2 to go up and down or NUM PAD 4 and 6 to go left and right. NUM PAD 5 activates the highlighted selection, and NUM PAD 0 brings up the spotted.
The problem I'm having is with the "SPOTTED" menu. I bring it up using "Q" then NUM PAD 0 and the list of what I can "spot" comes up. When I hit NUM PAD 8 or 2 to go up or down it jumps way too far. I can hit the key as fast as possible and it still skips two or three or more spaces.
Here's the changes made to the Controls.con file....
ControlMap. create defaultGameControlMap
ControlMap.addKeysToAxisMapping c_GIMouseLookX IDFKeyboard IDKey_Numpad6 IDKey_Numpad4 1
ControlMap. addKeysToAxisMapping c_GIMouseLookY IDFKeyboard IDKey_Numpad2 IDKey_Numpad8 1
ControlMap. addKeyToTriggerMapping c_GIOk IDFKeyboard IDKey_Numpad5 0 1
I tried putting a 10000 behind each line to change the key variable to 10000 - One Shot, using the info found HERE but that didn't work at all.
Any guru's out there know how to slow down the scrolling so I can setup hotkeys for each of the spotted types?
Comment