TerminalModifiers
object TerminalModifiers
Bit mask vocabulary for UI keyboard modifiers accepted by terminal input.
These are internal encoder bits, not CSI modifier parameter values. CSI encoding applies the 1 + modifiers translation only at the wire boundary.
Functions
Link copied to clipboard
Returns true when Caps Lock is present in modifiers.
Link copied to clipboard
Returns true when Num Lock is present in modifiers.
Link copied to clipboard
Converts internal modifier bits to an xterm-style CSI modifier parameter.
Link copied to clipboard
Converts internal modifier bits to Kitty's CSI-u modifier parameter.