Tobias Krais wrote:
Hi together,

I have a little application adding one transient menu to the main menu
bar. Is it possible to assign a keyboard shortcut (like Alt+?) for this
menu?

Hi Tobias,

Keyboard shortcuts starting with ALT are normally used to access the menu and menu items, e.g. ALT+F for file menu and afterwards ALT+O for open. These kind of shortcuts can be define by using '~' within the menu label ("~Open"). If you want to define a "real" keyboard shortcut (e.g. CTRL+O) to directly access a function, that's not so easy. You have to use the UI configuration API to create a shortcut. Please be aware that the keyboard shortcut configuration doesn't support transient changes (the keyboard configuration is not frame based).

Regards,
Carsten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to