If the user changes the shortcut key for a menu item, how can I remove the old HotKeyEvent?
Remove a HotKeyEvent?
BlitzPlus Forums/BlitzPlus Programming/Remove a 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
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