Enable or Disable Hotkeys
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.
|