Delphi 10.2. Tokyo: Vcl.Menus function TextToShortCut(Text: string): TShortCut; returns an empty TShortcut for inputs like SHIFT+F2 or CTRL+F4The shortcut return is fine for ALT+something or Fx shortcuts. The same function worked fine in older Delphi versions (ex. XE5). Does anyone have a solution for this?
↧