summaryrefslogtreecommitdiffstats
path: root/win/tkWinKey.c
diff options
context:
space:
mode:
authorwelch <welch>1998-07-06 23:06:48 (GMT)
committerwelch <welch>1998-07-06 23:06:48 (GMT)
commit88c9100216976318a2c508db006c3e34e6dcb69d (patch)
treea580f8ab4afec3a5194adaa921541371b4e57836 /win/tkWinKey.c
parent2c1aa399bea3b46f9c58b03b3e5305d78b694ff5 (diff)
downloadtk-88c9100216976318a2c508db006c3e34e6dcb69d.zip
tk-88c9100216976318a2c508db006c3e34e6dcb69d.tar.gz
tk-88c9100216976318a2c508db006c3e34e6dcb69d.tar.bz2
New Windows keysyms
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
};