Fkey-Shortcuts are not working in MainMenu and also F-Keys are only catched in KeyDn events (and not in KeyUp)

Issue #232 resolved
Harry Stahl created an issue

Run the attached demo under windows. When F3 is pressed, a message-Dialog is displayed, Press one of the other F-Keys and you get a Key-DN and Key-Up Message.

Run it under Linux and do the same. Result:

  • No F3-Message
  • No KeyUp-Message

Comments (3)

  1. Eugene Kryukov repo owner

    Menu shortcut support added at 1.52, but releasing of Fkey even won’t be fixed on Linux & Mac

  2. Harry Stahl reporter

    OK, I can fix this insofar by using the KeyDown-Event (only in Linux / MAC) and call then the functions as needed and set after this value of key to zero.

  3. Log in to comment