|
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:
1.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.
2.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.
3.If you need to use CTRL,SHIFT,or ALT keys, Always in the order of CTRL,SHIFT,ALT
|