Browse Source

Add keyboard test notes for LED state handling

tags/v1.8.90
Pierre Ossman 6 years ago
parent
commit
671d05dddf
1 changed files with 12 additions and 1 deletions
  1. 12
    1
      doc/keyboard-test.txt

+ 12
- 1
doc/keyboard-test.txt View File

@@ -64,7 +64,7 @@ Client
X11: You can usually toggle Hyper/Super and Compose/Scroll_Lock using
XKB options.

- CapsLock, NumLock (sent but ignored by server)
- CapsLock, NumLock
- Shift, Ctrl
- Alt, AltGr, Super [Win, X11] (FIXME: AltGr broken on Win)
- Meta [X11]
@@ -135,4 +135,15 @@ Client
- Ctrl+Esc
- F8-F12

- Lock key states:

- Adjusted on server when connecting
- Adjusted on server when regaining focus
- Server changes are honored when focused
- Server changes are not honored when not focused

- CapsLock
- NumLock (hidden state on macOS)
- ScollLock [X11, Win]

- Virtual keyboard (as much of the above as is possible)

Loading…
Cancel
Save