You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Permit access to full keyboard, similar to Cygwin's raw-mode.
^[ [ Vk ; Sc ; Uc ; Kd ; Cs ; Rc _
Vk: the value of wVirtualKeyCode - any number. If omitted, defaults to '0'.
Sc: the value of wVirtualScanCode - any number. If omitted, defaults to '0'.
Uc: the decimal value of UnicodeChar - for example, NUL is "0", LF is
"10", the character 'A' is "65". If omitted, defaults to '0'.
Kd: the value of bKeyDown - either a '0' or '1'. If omitted, defaults to '0'.
Cs: the value of dwControlKeyState - any number. If omitted, defaults to '0'.
Rc: the value of wRepeatCount - any number. If omitted, defaults to '1'.
Note:
Special handled required for mouse/bracketed-paste operations; short-term to be corrected.
Despite being CSI events, both events are re-encoded as a stream of win32-input-mode messages.
Improved keyboard handling in Conpty
Permit access to full keyboard, similar to Cygwin's raw-mode.
Note:
Special handled required for mouse/bracketed-paste operations; short-term to be corrected.
Despite being CSI events, both events are re-encoded as a stream of win32-input-mode messages.
For example:
The text was updated successfully, but these errors were encountered: