summaryrefslogtreecommitdiff
path: root/plugins/hotkeys
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-14 08:56:17 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-14 08:56:17 +0100
commit1e2c1db57e2f681ea3be28c7ec9c055b2db3e897 (patch)
tree4c11edd59c7f227b41e2609f992e4a5e4761691c /plugins/hotkeys
parent00ddc698b1825626cb7671c75d8225ce90979f9c (diff)
fixed hotkeys plugin winkey support
Diffstat (limited to 'plugins/hotkeys')
-rw-r--r--plugins/hotkeys/hotkeys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hotkeys/hotkeys.c b/plugins/hotkeys/hotkeys.c
index 7d292f10..ae186254 100644
--- a/plugins/hotkeys/hotkeys.c
+++ b/plugins/hotkeys/hotkeys.c
@@ -220,7 +220,7 @@ read_config (Display *disp)
cmd_entry->modifier |= ShiftMask;
else if (0 == strcasecmp (p, "Super")) {
- cmd_entry->modifier |= Mod2Mask;
+ cmd_entry->modifier |= Mod4Mask;
}
else {