Define Multiple Hotkeys
In the file "HotKey.XML.", each tag stands for an operation . For example, the tag <BTN_RECORD> stands for the operation of Record. (click on the Record button). So if you want more hot keys for the operation, just add the tag and value to file for that operation. For example, in the "HotKey.XML", there are predefined hot keys for recording :
BTN_RECORD>F8</BTN_RECORD>
<BTN_RECORD>ENTER</BTN_RECORD>
<BTN_RECORD>CTRL+R</BTN_RECORD>
You can use F8 , Enter Key , and CTRL+R to perform the recording.
Note:
- You can use more than one hot keys to do one operation. But you should not use one hot key to do more operations. If one hot key has been defined more than one times, only the first one is operational.
- You should use the hot keys names that the program can understand. Click here to see the key names can be recognized by the program.
- If you need to use CTRL,SHIFT,or ALT keys, Always in the order of CTRL,SHIFT,ALT
How to use correct namesĀ for hot keys
The following are the names that can be recognized by the program, you should use them to define hot keys.
| BACKSPACE |
TAB |
CLEAR |
ENTER |
| SHIFT |
CTRL |
ALT |
PAUSE |
| CAPSLOCK |
ESC |
SPACEBAR |
PAGEUP |
| PAGEDOWN |
END |
HOME |
LEFTARROW |
| UPARROW |
RIGHTARROW |
DOWNARROW |
PRINT |
| PRINTSCREEN |
INS |
DEL |
HELP |
| 0 |
1 |
2 |
3 |
| 4 |
5 |
6 |
7 |
| 8 |
9 |
A |
B |
| C |
D |
E |
F |
| G |
H |
I |
J |
| K |
L |
M |
N |
| O |
P |
Q |
R |
| S |
T |
U |
V |
| W |
X |
Y |
Z |
| NUMPAD0 |
NUMPAD1 |
NUMPAD2 |
NUMPAD3 |
| NUMPAD4 |
NUMPAD5 |
NUMPAD6 |
NUMPAD7 |
| NUMPAD8 |
NUMPAD9 |
MULTIPLY |
ADD |
| SEPARATOR |
SUBTRACT |
DECIMAL |
DIVIDE |
| F1 |
F2 |
F3 |
F4 |
| F5 |
F6 |
F7 |
F8 |
| F9 |
F10 |
F11 |
F12 |
| F13 |
F14 |
F15 |
F16 |
| F17 |
F18 |
F19 |
F20 |
| F21 |
F22 |
F23 |
F24 |
| NUMLOCK |
SCROLLLOCK |
|
|
|
|
|
|
|