- Functional as of AutoHotkey 2.0.12
- Keyboard Event Viewer
- Should be less likely to have side effects such as PowerShell/PSReadLine#2036.
- Do not reduce the code to
*Alt::
and~*Alt up::
, which can behave wired with RAlt.
*LAlt::SetKeyDelay(-1), Send("{LAlt down}{Shift}"), KeyWait("LAlt")
~*LAlt up::SetKeyDelay(-1), Send("{Blind}{LAlt up}")