aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2013-04-09 15:28:34 +0000
committerPierre Ossman <ossman@cendio.se>2013-04-09 15:28:34 +0000
commit63995b959de76837a8d1e018c3c93f87a30e1560 (patch)
treeb96a4ef21ba506583ba9674d92db0573d63b92bd
parent6b1a71b5d15debe035826ccd7db237d5364e9679 (diff)
downloadtigervnc-63995b959de76837a8d1e018c3c93f87a30e1560.tar.gz
tigervnc-63995b959de76837a8d1e018c3c93f87a30e1560.zip
Mode switch and level 3 shift are used interchangably these days.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5073 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r--unix/xserver/hw/vnc/Input.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/xserver/hw/vnc/Input.cc b/unix/xserver/hw/vnc/Input.cc
index b23aeaed..03d40190 100644
--- a/unix/xserver/hw/vnc/Input.cc
+++ b/unix/xserver/hw/vnc/Input.cc
@@ -524,6 +524,7 @@ static struct altKeysym_t {
{ XK_KP_7, XK_7 },
{ XK_KP_8, XK_8 },
{ XK_KP_9, XK_9 },
+ { XK_ISO_Level3_Shift, XK_Mode_switch },
};
/*