diff options
author | dscho <dscho> | 2009-03-07 19:19:18 +0000 |
---|---|---|
committer | dscho <dscho> | 2009-03-07 19:19:18 +0000 |
commit | eb1cc7608b91996199dae88663ee0d14d5d5b3f7 (patch) | |
tree | 4750a73002ee4748344cbb1aa8206c88d876a7a0 /TODO | |
parent | e12c4ccf235e1760364c9a9930a5f1f56c4c7098 (diff) | |
download | libvncserver-eb1cc7608b91996199dae88663ee0d14d5d5b3f7.zip libvncserver-eb1cc7608b91996199dae88663ee0d14d5d5b3f7.tar.gz |
SDLvncviewer: upon focus loss, force releasing the Alt keys
When switching windows using the Alt+Tab shortcut, SDLvncviewer would
get the "down" event, but not the "up" event. This patch provides
a workaround.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ immediate: ---------- make SDLvncviewer more versatile - - Send modifiers key-up on leave focus, - test for missing keys (especially "[]{}" with ./examples/mac), - map Apple/Linux/Windows keys onto each other, - handle selection |