mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 11:04:32 +00:00
2d53308e1b
- Fix mistake in4b46c09222(similar to one ina4852c4c01) that allowed hotkeys to fire while typing in the console. - Prevent Alt+key to fire hotkeys in input boxes & console as that is often text input. - Split the hotkey triggering logic in two: a preparatory phase & an actual firing phase. This allows the GUI code to check which hotkeys are about to fire and selectively allow them to go through. This makes it easier to change hardcoded hotkeys, such as the console toggling one. Differential Revision: https://code.wildfiregames.com/D3786 This was SVN commit r25180.