Code review comment for lp:~widelands-dev/widelands/bug-1616661_messagebox_hotkeys

Revision history for this message
SirVer (sirver) wrote :

Maybe linux uses different key modifiers for the keys? Maybe there is a type issue somewhere? Does
if ((code.mod & KMOD_LALT) || (code.mod & KMOD_RALT)) work?

« Back to merge proposal