|
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.
|