diff options
author | Pierre Ossman <ossman@cendio.se> | 2018-03-08 14:05:39 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2018-03-08 17:22:43 +0100 |
commit | 5124978b10641ca25607480f3bfbe9c29b5b6cc4 (patch) | |
tree | 74b1bbb850df1c4c1fd2faa98a5ca6fdbfd98968 /doc | |
parent | 518698a28cccc36756da806a164a8b3f77eaee46 (diff) | |
download | tigervnc-5124978b10641ca25607480f3bfbe9c29b5b6cc4.tar.gz tigervnc-5124978b10641ca25607480f3bfbe9c29b5b6cc4.zip |
Better detection of AltGr on Windows
Try to properly detect the fake CtrlL+AltR sequence Windows sends
when pressing AltGr. This allows us to send more accurate key
events over to the server.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/keyboard-test.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/keyboard-test.txt b/doc/keyboard-test.txt index 914b8ebf..6375a9e5 100644 --- a/doc/keyboard-test.txt +++ b/doc/keyboard-test.txt @@ -66,7 +66,7 @@ Client (classic, non-raw, mode) - CapsLock, NumLock - Shift, Ctrl - - Alt, AltGr, Super [Win, X11] (FIXME: AltGr broken on Win) + - Alt, AltGr, Super [Win, X11] (FIXME: Ctrl+AltGr broken on Win) - Meta [X11] - Left/right identification (FIXME: broken for Shift on Win) - CmdL => AltL, CmdR => SuperL, AltL => ModeSwitch, AltR => Level3Shift [OS X] @@ -74,8 +74,7 @@ Client (classic, non-raw, mode) - CapsLock, Shift and AltGr affect symbol lookup - Ctrl does not affect symbol lookup - - CtrlL+AltR is fake released to compensate for Windows' AltGr magic [Win] - - Ctrl+Alt+<ANY> sends the same symbol as <ANY> (note behaviour above though) + - Ctrl+Alt+<ANY> sends the same symbol as <ANY> - Ctrl+AltGr+<ANY> sends the same symbol as AltGr+<ANY> (FIXME: broken on Win) - "Shift press, A press, Shift release, A release" should not send "a release" @@ -128,8 +127,6 @@ Client (raw mode) - Multimedia keys - Non-character keys -- CtrlL+AltR is fake released to compensate for Windows' AltGr magic [Win] - Client (both modes) ------------------- |