]> source.dussan.org Git - tigervnc.git/commitdiff
Extend the default keyboard table with the Windows keys so that they can
authorPierre Ossman <ossman@cendio.se>
Tue, 15 Jun 2010 13:43:20 +0000 (13:43 +0000)
committerPierre Ossman <ossman@cendio.se>
Tue, 15 Jun 2010 13:43:20 +0000 (13:43 +0000)
be used in the default modifier mapping.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4067 3789f03b-4d11-0410-bbf8-ca57d06f2519

unix/xserver/hw/vnc/Input.cc

index 3c574d743bb7999e01365f2d05221fafa7880d08..b94fc6924c8049e6affe88e728e7ce89f996fec9 100644 (file)
@@ -881,6 +881,10 @@ KeySym keyboardMap[MAP_LEN * KEYSYMS_PER_KEY] = {
        XK_Print, XK_Execute,
        XK_KP_Divide, NoSymbol,
        XK_Alt_R, XK_Meta_R,
+       NoSymbol, NoSymbol,
+       XK_Super_L, NoSymbol,
+       XK_Super_R, NoSymbol,
+       XK_Menu, NoSymbol,
 };
 
 static Bool GetMappings(KeySymsPtr pKeySyms, CARD8 *pModMap)