jean-pierre charras 11cc86e586 Hotkey handling: disable usage of keyboard modifier flag wxMOD_ALTGR.
The flag wxMOD_ALTGR is defined in wxWidgets as wxMOD_CONTROL|wxMOD_ALT
So AltGr key cannot used as modifier key because it is the same as
Alt key + Ctrl key that is already handled.
So the previous code did not work with modifiers Alt key, Ctrl key and Altgr key

Fixes https://gitlab.com/kicad/code/kicad/-/issues/21696
2025-09-10 18:10:43 +02:00
..
2025-08-23 14:14:05 -07:00
2025-08-24 21:45:55 -07:00
2025-08-26 06:04:30 -07:00
2025-06-12 01:07:38 +01:00
2025-04-17 14:37:16 +01:00
2025-04-17 14:37:16 +01:00
2025-08-25 18:03:46 -07:00