Making shortcut without creating a menu item

BlitzMax Forums/BlitzMax Programming/Making shortcut without creating a menu item

ozak(Posted 2006) [#1]
Is this possible? I need a hidden menu item to use a shortcut. On Windows i just assign it after updating the menu and it's not shown. On OS X i gets shown which is not my intention.

Anyone?


Jay Kyburz(Posted 2006) [#2]
I would like to know this as well, i'd like to add keyboard shortcuts without menu items.


Beaker(Posted 2006) [#3]
Can't you use SetHotKeyEvent() ?


Dreamora(Posted 2006) [#4]
Yes you can and then check for EVENT_HOTKEYHIT :-)