]> source.dussan.org Git - tigervnc.git/commitdiff
Add keyboard test notes for LED state handling
authorPierre Ossman <ossman@cendio.se>
Mon, 18 Sep 2017 14:22:09 +0000 (16:22 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 18 Sep 2017 14:22:09 +0000 (16:22 +0200)
doc/keyboard-test.txt

index 89b5088d3087a087a342abe912c0933262d0fdd9..677c8722d3b5581084833cb0c424d2b049df9cc4 100644 (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)