From 560a8242966e5a80aab9198e772c6d784f162221 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 15 Jun 2010 13:43:20 +0000 Subject: [PATCH] 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 --- unix/xserver/hw/vnc/Input.cc | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.39.5