@r0polach your OP didn't say Windows. My reply was for Linux. An easy way to see what key sequences are being generated in Geany (after munging by the OS and GTK) is to use `Edit->Preferences->Keybindings` and try to set something to the mystery key sequence and see what GTK says (the code printed by Geany in the setting dialog comes from GTK). Using that on Linux I get:
Numlock | Resulting keycode ----------------|-------------------------- off | `<Shift><Alt>KP_8` on | `Shift><Alt>KP_Up` Maybe you can try it in Windows. Not sure what happens on Macos. @nyamatongwe thanks for the explanation. Certainly using the hard arrow keys is the best solution for keyboards that have them. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3539#issuecomment-1674103607 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/3539/[email protected]>
