summaryrefslogtreecommitdiffstats
path: root/win/tkWinKey.c
diff options
context:
space:
mode:
Diffstat (limited to 'win/tkWinKey.c')
-rw-r--r--win/tkWinKey.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/win/tkWinKey.c b/win/tkWinKey.c
index 3589143..eed5b0b 100644
--- a/win/tkWinKey.c
+++ b/win/tkWinKey.c
@@ -72,6 +72,16 @@ static Keys keymap[] = {
VK_F24, XK_F24,
VK_NUMLOCK, XK_Num_Lock,
VK_SCROLL, XK_Scroll_Lock,
+
+ /*
+ * The following support the new keys in the Microsoft keyboard.
+ * Win_L and Win_R have the windows logo. App has the menu.
+ */
+
+ VK_LWIN, XK_Win_L,
+ VK_RWIN, XK_Win_R,
+ VK_APPS, XK_App,
+
0, NoSymbol
};