widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #08304
Re: [Merge] lp:~widelands-dev/widelands/bug-1616661_messagebox_hotkeys into lp:widelands
If I use
if (code.mod & (KMOD_LCTRL | KMOD_RCTRL)) {
it works with the control keys, If I use
if (code.mod & (KMOD_LALT | KMOD_RALT)) {
It does not work with the Alt keys. Same code, different key *headdesk*
--
https://code.launchpad.net/~widelands-dev/widelands/bug-1616661_messagebox_hotkeys/+merge/305381
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/bug-1616661_messagebox_hotkeys.
References