i have some custom values for events and there is a problem when I use AddKeyboardShortcut().
Code: Select all
Enumeration #PB_Event_FirstCustomValue
#evt_focusOnTab_0
#evt_focusOnTab_1
EndEnumeration
AddKeyboardShortcut(MyWindow, #VK_F1, #evt_focusOnTab_0)
My implementation is not correct ? or may be an issue ?