Should a cvar (such as in_disableLockKeys) be added to control whether caps lock and num lock should run bind key up event on second press (current behavior) or run bind key up on release (like vanilla q3)?
SDL_putenv("SDL_DISABLE_LOCK_KEYS=1"); restores original q3 behavior.
Reported by IR4T4 from etlegacy.
The SDL_DISABLE_LOCK_KEYS flag was removed in SDL2.
SDL_DISABLE_LOCK_KEYS=1 is basically the default behavior now (in SDL2) and there is no flag to ENABLE as far as I know.
Should a cvar (such as in_disableLockKeys) be added to control whether caps lock and num lock should run bind key up event on second press (current behavior) or run bind key up on release (like vanilla q3)? SDL_putenv("SDL_DISABLE_LOCK_KEYS=1"); restores original q3 behavior. Reported by IR4T4 from etlegacy.