View Single Post
Old 04-01-07, 10:22 AM   #5
DirtyHarry3033
Weps
 
Join Date: Aug 2005
Posts: 351
Downloads: 0
Uploads: 0
Default

Quote:
Originally Posted by WhiskeyBravo
Does anybody know if it's possible to assign a key command to the Battle Stations icon?
Yep, you can either edit "Commands.cfg" manually with notepad, or use SetKeys if you don't like writing code. SetKeys is for editting SH3 key commands but works with SH4 also. It's in the SH3 download section. Good thing about SetKeys is it will tell you if the key you chose is already in use.

I used SetKeys to bind "Toggle Battle Stations" to Ctrl-B and it works perfect If you don't want to mess with SetKeys and if Ctrl-B works for you, replace this code:

[Cmd436]
Name=Toggle_battle_stations
Ctxt=1

with this:

[Cmd436]
Name=Toggle_battle_stations
Ctxt=1
Key0=0x42,c,"CTRL B"

in the "Commands.cfg" file. HTH!
DirtyHarry3033 is offline   Reply With Quote