AddKeyboardShortcut()
Posted: Tue Sep 24, 2019 12:18 pm
Hi,
according to the documentation the syntax is AddKeyboardShortcut(#Window, Shortcut, Event).
However, the quick help in the statusbar of the editor says AddKeyboardShortcut(#Window, Key, Event).
That's irritating because you associate Key with #PB_Key_* and not with #PB_Shortcut_*.
Also Event should be renamed to MenuEvent.
according to the documentation the syntax is AddKeyboardShortcut(#Window, Shortcut, Event).
However, the quick help in the statusbar of the editor says AddKeyboardShortcut(#Window, Key, Event).
That's irritating because you associate Key with #PB_Key_* and not with #PB_Shortcut_*.
Also Event should be renamed to MenuEvent.