summaryrefslogtreecommitdiff
path: root/plugins
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:42 +0100
commit15f4f9086f00673c06d61a1f2c2a976178b39247 (patch)
treef15ec32aef28b952ccbffde090983d07625b9ee1 /plugins
parent06c88f053827723d38fe58831318afc6d529f83e (diff)
fixed hotkeys plugin winkey support
Diffstat (limited to 'plugins')
-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 {