summaryrefslogtreecommitdiff
path: root/hw/xwin/winkeybd.h
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-01-10 13:13:08 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-01-10 13:13:08 +0000
commit57387e115caf5a4b9501cc8f6ddeb1946b0e6547 (patch)
tree0d0362d4ea2237d49e7ef016353d109f20f75fd6 /hw/xwin/winkeybd.h
parentf417159e51afe22de7d4e6ba9f154313c6af59bc (diff)
winkeybd.h
winkeyhook.c Make keyhook feature work in multiwindowmode too Hook windows keys
Diffstat (limited to 'hw/xwin/winkeybd.h')
-rw-r--r--hw/xwin/winkeybd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/xwin/winkeybd.h b/hw/xwin/winkeybd.h
index f320c98e7..31c0cbc23 100644
--- a/hw/xwin/winkeybd.h
+++ b/hw/xwin/winkeybd.h
@@ -140,9 +140,9 @@ g_iKeyMap [] = {
/* 88 */ 0, 0, 0,
/* 89 */ 0, 0, 0,
/* 90 */ 0, 0, 0,
- /* 91 */ 0, 0, 0,
- /* 92 */ 0, 0, 0,
- /* 93 */ 0, 0, 0,
+ /* 91 */ VK_LWIN, KEY_LMeta, 0,
+ /* 92 */ VK_RWIN, KEY_RMeta, 0,
+ /* 93 */ VK_APPS, KEY_Menu, 0,
/* 94 */ 0, 0, 0,
/* 95 */ 0, 0, 0,
/* 96 */ 0, 0, 0,