Form Designer: keyboard shortcut fails for Ctrl+Shift+letter

Post bugs related to the IDE here
User avatar
Keya
Addict
Addict
Posts: 1891
Joined: Thu Jun 04, 2015 7:10 am

Form Designer: keyboard shortcut fails for Ctrl+Shift+letter

Post by Keya »

The text for my menu shortcut is "Ctrl+Shift+S", but the Form Designer is only generating the following code:

Code: Select all

AddKeyboardShortcut(#Window1, #PB_Shortcut_Control | #PB_Shortcut_Shift, #mnuSaveAs)
I can manually append "| #PB_Shortcut_S" and it works, but obviously the next time the code is regenerated by the Form Designer the broken S-less code is restored

5.41 LTS Windows x86