document updated 16 years ago, on May 18, 2008
It'd be nice if there was a way to enable/disable specific groups of hotkeys all at once.
- search in hook.cpp for:
- AllowKeyToGoToSystem
- AllowKeyToGoToSystemButDisguiseWinAlt
- SuppressThisKey
- look at this_toggle_key_can_be_toggled in hook.cpp — that's what decides whether to pass on a hotkey or not
- if there are any suffixes that can possibly fire, then this one is prevented from firing (Hotkey::PrefixHasNoEnabledSuffixes)
- putting "Suspend,Permit" at the top of a hotkey label marks all of the hotkeys that use that label as non-suspended.