From 73ee795942c353cb78fbb45b3fb54aa52c0dc7b0 Mon Sep 17 00:00:00 2001 From: Dmitry Sapozhnikov <11535558+o-sdn-o@users.noreply.github.com> Date: Fri, 16 Jun 2023 02:08:40 +0500 Subject: [PATCH] #400 Update kvm-input-mode.md --- doc/kvm-input-mode.md | 104 +++++++++++++++++++++--------------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/doc/kvm-input-mode.md b/doc/kvm-input-mode.md index 9dd31eadce..96143d0bce 100644 --- a/doc/kvm-input-mode.md +++ b/doc/kvm-input-mode.md @@ -157,10 +157,10 @@ Modifier | kvm CtrlState | win32 CtrlState RightShift | `2048` `0x0800` | ` 16` `0x0010` LeftShift | ` 16` `0x0010` | ` 16` `0x0010` Shift | `2064` `0x0810` | ` 16` `0x0010` -NumLock Mode | ` 32` `0x0020` | ` 32` `0X0020` -ScrollLock Mode | ` 64` `0x0040` | ` 64` `0X0040` -CapsLock Mode | ` 128` `0x0080` | ` 128` `0x0080` -Extended Key | ` 256` `0x0100` | ` 256` `0x0100` +NumLock Mode | ` 32` `0x0020` | ` 32` `0X0020` +ScrollLock Mode | ` 64` `0x0040` | ` 64` `0X0040` +CapsLock Mode | ` 128` `0x0080` | ` 128` `0x0080` +Extended Key | ` 256` `0x0100` | ` 256` `0x0100` RightWin | ` 512` `0x0200` | LeftWin | `1024` `0x0400` | Win | `1536` `0x0600` | @@ -173,19 +173,19 @@ Key | VirtCode | ScanCode | CtrlState | Not Pause | ` 19` `0x13` | ` 69` `0x45` | | Break | ` 3` `0x03` | ` 69` `0x45` | | Ctrl + Pause SysRq | ` 44` `0x2C` | ` 84` `0x54` | | Alt + PrintScreen -PrintScreen | ` 44` `0x2C` | ` 55` `0x37` | Extended Key | +PrintScreen | ` 44` `0x2C` | ` 55` `0x37` |`Extended Key`| CapsLock | ` 20` `0x14` | ` 58` `0x3A` | | NumLock | `144` `0x90` | ` 69` `0x45` | | ScrollLock | `145` `0x91` | ` 69` `0x45` | | LeftShift | ` 16` `0x10` | ` 42` `0x2A` | | RightShift | ` 16` `0x10` | ` 54` `0x36` | | LeftCtrl | ` 17` `0x11` | ` 29` `0x1D` | | -RightCtrl | ` 17` `0x11` | ` 29` `0x1D` | Extended Key | +RightCtrl | ` 17` `0x11` | ` 29` `0x1D` |`Extended Key`| LeftAlt | ` 18` `0x12` | ` 56` `0x38` | | -RightAlt | ` 18` `0x12` | ` 56` `0x38` | Extended Key | -LeftWin | ` 91` `0x5B` | ` 91` `0x5B` | Extended Key | -RightWin | ` 92` `0x5C` | ` 92` `0x5C` | Extended Key | -Apps | ` 93` `0x5D` | ` 93` `0x5D` | Extended Key | +RightAlt | ` 18` `0x12` | ` 56` `0x38` |`Extended Key`| +LeftWin | ` 91` `0x5B` | ` 91` `0x5B` |`Extended Key`| +RightWin | ` 92` `0x5C` | ` 92` `0x5C` |`Extended Key`| +Apps | ` 93` `0x5D` | ` 93` `0x5D` |`Extended Key`| Backspace | ` 8` `0x08` | ` 14` `0x0E` | | Space | ` 32` `0x20` | ` 57` `0x39` | | Tab | ` 9` `0x09` | ` 15` `0x0F` | | @@ -204,45 +204,45 @@ Key | VirtCode | ScanCode | CtrlState | Not - | `189` `0xBD` | ` 12` `0x0C` | | + | `187` `0xBB` | ` 13` `0x0D` | | Enter | ` 13` `0x0D` | ` 28` `0x1C` | | -Numpad Enter | ` 13` `0x0D` | ` 28` `0x1C` | Extended Key | -Insert | ` 45` `0x2D` | ` 82` `0x52` | Extended Key | +Numpad Enter | ` 13` `0x0D` | ` 28` `0x1C` |`Extended Key`| +Insert | ` 45` `0x2D` | ` 82` `0x52` |`Extended Key`| Numpad Insert | ` 45` `0x2D` | ` 82` `0x52` | | -Delete | ` 46` `0x2E` | ` 83` `0x53` | Extended Key | +Delete | ` 46` `0x2E` | ` 83` `0x53` |`Extended Key`| Numpad Delete | ` 46` `0x2E` | ` 83` `0x55` | | -Home | ` 36` `0x24` | ` 71` `0x47` | Extended Key | +Home | ` 36` `0x24` | ` 71` `0x47` |`Extended Key`| Numpad Home | ` 36` `0x24` | ` 71` `0x47` | | -End | ` 35` `0x23` | ` 79` `0x4F` | Extended Key | +End | ` 35` `0x23` | ` 79` `0x4F` |`Extended Key`| Numpad End | ` 35` `0x23` | ` 79` `0x4F` | | -PageUp | ` 33` `0x21` | ` 73` `0x49` | Extended Key | +PageUp | ` 33` `0x21` | ` 73` `0x49` |`Extended Key`| Numpad PageUp | ` 33` `0x21` | ` 73` `0x49` | | -PageDown | ` 34` `0x22` | ` 81` `0x51` | Extended Key | +PageDown | ` 34` `0x22` | ` 81` `0x51` |`Extended Key`| Numpad PageDown | ` 34` `0x22` | ` 81` `0x51` | | -Left Arrow | ` 37` `0x25` | ` 75` `0x4B` | Extended Key | +Left Arrow | ` 37` `0x25` | ` 75` `0x4B` |`Extended Key`| Numpad Left Arrow | ` 37` `0x25` | ` 75` `0x4B` | | -Up Arrow | ` 38` `0x26` | ` 72` `0x48` | Extended Key | +Up Arrow | ` 38` `0x26` | ` 72` `0x48` |`Extended Key`| Numpad Up Arrow | ` 38` `0x26` | ` 72` `0x48` | | -Right Arrow | ` 39` `0x27` | ` 77` `0x4D` | Extended Key | +Right Arrow | ` 39` `0x27` | ` 77` `0x4D` |`Extended Key`| Numpad Right Arrow | ` 39` `0x27` | ` 77` `0x4D` | | -Down Arrow | ` 40` `0x28` | ` 80` `0x50` | Extended Key | +Down Arrow | ` 40` `0x28` | ` 80` `0x50` |`Extended Key`| Numpad Down Arrow | ` 40` `0x28` | ` 80` `0x50` | | Select | ` 41` `0x29` | | | -Numpad 0 | ` 96` `0x60` | ` 82` `0x52` | NumLock Mode | -Numpad 1 | ` 97` `0x61` | ` 79` `0x4F` | NumLock Mode | -Numpad 2 | ` 98` `0x62` | ` 80` `0x50` | NumLock Mode | -Numpad 3 | ` 99` `0x63` | ` 81` `0x51` | NumLock Mode | -Numpad 4 | `100` `0x64` | ` 75` `0x4B` | NumLock Mode | -Numpad 5 | `101` `0x65` | ` 76` `0x4C` | NumLock Mode | -Numpad 6 | `102` `0x66` | ` 77` `0x4D` | NumLock Mode | -Numpad 7 | `103` `0x67` | ` 71` `0x47` | NumLock Mode | -Numpad 8 | `104` `0x68` | ` 72` `0x48` | NumLock Mode | -Numpad 9 | `105` `0x69` | ` 73` `0x49` | NumLock Mode | +Numpad 0 | ` 96` `0x60` | ` 82` `0x52` |`NumLock Mode`| +Numpad 1 | ` 97` `0x61` | ` 79` `0x4F` |`NumLock Mode`| +Numpad 2 | ` 98` `0x62` | ` 80` `0x50` |`NumLock Mode`| +Numpad 3 | ` 99` `0x63` | ` 81` `0x51` |`NumLock Mode`| +Numpad 4 | `100` `0x64` | ` 75` `0x4B` |`NumLock Mode`| +Numpad 5 | `101` `0x65` | ` 76` `0x4C` |`NumLock Mode`| +Numpad 6 | `102` `0x66` | ` 77` `0x4D` |`NumLock Mode`| +Numpad 7 | `103` `0x67` | ` 71` `0x47` |`NumLock Mode`| +Numpad 8 | `104` `0x68` | ` 72` `0x48` |`NumLock Mode`| +Numpad 9 | `105` `0x69` | ` 73` `0x49` |`NumLock Mode`| Numpad Clear | ` 12` `0x0C` | ` 76` `0x4C` | | Numpad 5 key when NumLock Mode off Numpad * | `106` `0x6A` | | | Numpad + | `107` `0x6B` | | | Numpad Separator | `108` `0x6C` | | | Numpad - | `109` `0x6D` | | | -Numpad . | `110` `0x6E` | | NumLock Mode | -Numpad / | `111` `0x6F` | | Extended Key | +Numpad . | `110` `0x6E` | |`NumLock Mode`| +Numpad / | `111` `0x6F` | |`Extended Key`| / | `191` `0xBF` | | | , | `188` `0xBC` | | | Comma . | `190` `0xBE` | | | Period @@ -300,25 +300,25 @@ Key | VirtCode | ScanCode | CtrlState | Not X | ` 88` `0x58` | | | Y | ` 89` `0x59` | | | Z | ` 90` `0x5A` | | | -Sleep | ` 95` `0x5F` | | Extended Key | -Calculator | `183` `0xB7` | | Extended Key | App2 -WWW | `172` `0xAC` | | Extended Key | -Mail | `184` `0x48` | | Extended Key | -Media | `181` `0xB5` | | Extended Key | -Media Vol Mute | `173` `0xAD` | | Extended Key | -Media Vol Down | `174` `0xAE` | | Extended Key | -Media Vol Up | `175` `0xAF` | | Extended Key | -Media Next | `176` `0xB0` | | Extended Key | -Media Prev | `177` `0xB1` | | Extended Key | -Media Stop | `178` `0xB2` | | Extended Key | -Media Play/Pause | `179` `0xB3` | | Extended Key | -Browser Back | `166` `0xA6` | | Extended Key | -Browser Forward | `167` `0xA7` | | Extended Key | -Browser Refresh | `168` `0xA8` | | Extended Key | -Browser Stop | `169` `0xA9` | | Extended Key | -Browser Search | `170` `0xAA` | | Extended Key | -Browser Favorites | `171` `0xAB` | | Extended Key | -Browser Home | `172` `0xAC` | | Extended Key | +Sleep | ` 95` `0x5F` | |`Extended Key`| +Calculator | `183` `0xB7` | |`Extended Key`| App2 +WWW | `172` `0xAC` | |`Extended Key`| +Mail | `184` `0x48` | |`Extended Key`| +Media | `181` `0xB5` | |`Extended Key`| +Media Vol Mute | `173` `0xAD` | |`Extended Key`| +Media Vol Down | `174` `0xAE` | |`Extended Key`| +Media Vol Up | `175` `0xAF` | |`Extended Key`| +Media Next | `176` `0xB0` | |`Extended Key`| +Media Prev | `177` `0xB1` | |`Extended Key`| +Media Stop | `178` `0xB2` | |`Extended Key`| +Media Play/Pause | `179` `0xB3` | |`Extended Key`| +Browser Back | `166` `0xA6` | |`Extended Key`| +Browser Forward | `167` `0xA7` | |`Extended Key`| +Browser Refresh | `168` `0xA8` | |`Extended Key`| +Browser Stop | `169` `0xA9` | |`Extended Key`| +Browser Search | `170` `0xAA` | |`Extended Key`| +Browser Favorites | `171` `0xAB` | |`Extended Key`| +Browser Home | `172` `0xAC` | |`Extended Key`| ...