Table of Content

4.13 Set customized hot keys 

Define hot key
3D MP3 Sound Recorder  G2( Audio Playback Recorder ) supports customized hot keys definition. With this feature you can operate even without using a mouse, and you can define your favorite key (s)  for each operation. This is an extremely powerful feature.

In the folder where the 3D MP3 Sound Recorder  installed , there's a file called Hotkey.XML , by editing   this file ,you can:

Enable or  disable Hot Keys.
Define more than one hot keys for each operation.

Use various key combinations,supporting:

         Single Key  (like F5, R etc.)
         CTRL+ Single key  (like CTRL+R,CTRL+F5 etc.)
         CTRL+ALT+Single key  (like CTRL+ALT+R,CTRL+ALT+F5 etc.)  
         CTRL+SHIFT+Single Key  (like CTRL+SHIFT+R,CTRL+SHIFT+F5 etc.)
         SHIFT+ALT+Single key    (like SHIFT+ALT+R,SHIFT+ALT+F5 etc.)
         CTRL+SHIFT+ALT+Single key   (like CTRL+SHIFT+ALT+R,CTRL+SHIFT+ALT+F5 etc.)

How to do ?

Use NotePad or any other text editing software to open the file "HotKey.XML", this file includes predefined hot keys. You can change each of them . For example , the following line defines the hotkey for setting Steroe mode :   
                <BTN_STEREO>CTRL+ALT+S</BTN_STEREO>
The hot key is "CTRL+ALT+S" , if you want to use "S" as the hot key ,you can change the line to:
                <BTN_STEREO>S</BTN_STEREO>  
Save the file, next time you start the program, you can use "S" key to set the stereo mode.

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

 

Enable or disable Hot Keys.
Using 3D MP3 Sound Recorder ( Audio Playback Recorder ) , you have the abilities to enable or disable hotkeys, either in global scope or for individual operation.

Use NotePad or any other text editing software to open the file "HotKey.XML".

To disable Hotkeys in global scope , change the code :
         <ENABLEHOTKEY>YES</ENABLEHOTKEY>
  
to:
         <ENABLEHOTKEY>NO</ENABLEHOTKEY>
If you want to enable it again, just chang it back.

To disable  hotkey for a specified operation , just remove the hot key name from the tag. For example : change the code 
                <BTN_STEREO>CTRL+ALT+S</BTN_STEREO>
          to :
                <BTN_STEREO></BTN_STEREO>  
Save the file, the hot key  for setting the stereo mode is disabled.

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.  ALL key names should be in up case.

 

Define more than one hot keys for each operation.
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

 

 

previous next