Skip to content

Commit

Permalink
#400 Update kvm-input-mode.md
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed Jun 16, 2023
1 parent de51dd2 commit 1e5d752
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/kvm-input-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Reset: ESC [ ? 9001 l
ESC [ VirtualKey ; ScanCode ; UnicodeChar ; KeyDown ; CtrlState ; RepeatCount ; C1 ; … ; Cn _
```

This sequence fired after every key press and release. Event data can contain a string generated by a keystroke as a set of code points.: `UnicodeChar + Continuing1 + ... + ContinuingN`. The string can be fragmented and delivered by multiple consecutive events.
This sequence fired after every key press and key release. Event data can contain a string generated by a keystroke as a set of code points.: `UnicodeChar + Continuing1 + ... + ContinuingN`. The string can be fragmented and delivered by multiple consecutive events.

Field | Description
-----------------|--------------------------
Expand Down Expand Up @@ -87,9 +87,9 @@ This event always fires regardless of whether the mouse tracking mode is active

Field | Description
-------------------------|--------------------------
`CaretX`<br>`CaretY` | Current text cursor position.
`MouseX`<br>`MouseY` | Current mouse cursor position.
`ButtonState` | Pressed mouse button state.
`CaretX`<br>`CaretY` | Text cursor position.
`MouseX`<br>`MouseY` | Mouse cursor position.
`ButtonState` | Mouse button state.
`VwheelDt`<br>`HwheelDt` | Vertical and horizontal wheel delta.
`CtrlState` | Keyboard modifiers state.
`SelActive` | Text selection flag: 0 - Disabled; non-zero - Enabled.
Expand Down

0 comments on commit 1e5d752

Please sign in to comment.