Remove a HotKeyEvent?
BlitzPlus Forums/BlitzPlus Programming/Remove a HotKeyEvent?| 
 | ||
| If the user changes the shortcut key for a menu item, how can I remove the old HotKeyEvent? | 
| 
 | ||
| Check the on-line docs: http://www.blitzbasic.com/bpdocs/command.php?name=HotKeyEvent&ref=gui_cat it says you can remove a hotkey like this: HotKeyEvent rawkey,modifier,0 |