Thread: Radio turn on?
View Single Post
Old 03-29-10, 07:19 AM   #4
Nemesis43
Watch
 
Join Date: Mar 2010
Posts: 20
Downloads: 12
Uploads: 1
Default

You need to look for the following in commands.cfg:
Code:
[Cmd561]
Name=Toggle_Activate_UserRadio
Contexts=1
Then add a line just below, defining the key combination you want to use.
In the following format:
Key0=0x52,c,"CTRL+R"
ASCII Code
s or c for SHIFT or CTRL

The part in quotation marks is just a description to make the file more human readable.
Here's an ASCII table: http://www.asciitable.com/
Use the values listed under the heading 'Hx', and prefix them with 0x
Certain keys and combinations just won't work, so you may have to experiment. When it works, you'll know it
If you use the example above, CTRL+R will bring up the radio.

Last edited by Nemesis43; 03-29-10 at 02:16 PM.
Nemesis43 is offline   Reply With Quote