Making shortcut without creating a menu item
BlitzMax Forums/BlitzMax Programming/Making shortcut without creating a menu item
| ||
| 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? |
| ||
| I would like to know this as well, i'd like to add keyboard shortcuts without menu items. |
| ||
| Can't you use SetHotKeyEvent() ? |
| ||
| Yes you can and then check for EVENT_HOTKEYHIT :-) |