From: Pierre Ossman Date: Tue, 15 Jun 2010 13:43:20 +0000 (+0000) Subject: Extend the default keyboard table with the Windows keys so that they can X-Git-Tag: v1.0.90~240 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=560a8242966e5a80aab9198e772c6d784f162221;p=tigervnc.git Extend the default keyboard table with the Windows keys so that they can 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 --- diff --git a/unix/xserver/hw/vnc/Input.cc b/unix/xserver/hw/vnc/Input.cc index 3c574d74..b94fc692 100644 --- a/unix/xserver/hw/vnc/Input.cc +++ b/unix/xserver/hw/vnc/Input.cc @@ -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)