mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-17 01:34:58 +00:00
12cceed3d9
a4852c4c01changed hotkeys to use scancode, but didn't change g_keys to reflect that, and this could break hotkey release. This fixes that by explicitly using scancodes. Note that we might want a g_keys map in the future, but it seems un-necessary at the moment. Also remove the last remnants of 'negated' hotkeys, which were disabled followingb995135138. Tested By: OptimusShepard Fixes #5922 Differential Revision: https://code.wildfiregames.com/D3379 This was SVN commit r24645.