summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-05-03 13:11:43 -0400
committerKristian Høgsberg <krh@bitplanet.net>2011-05-03 13:11:43 -0400
commitf77ce46fe55590bd987967b92f8dafc45b9d9d42 (patch)
tree052524aa811edf2d400ec9dcdafd6b4dc886841f
parent132c65360eae5c201f71723ebfe1b1f29d77699a (diff)
meego-tablet-shell: Handle meta key with super modifier so we get the release
-rw-r--r--compositor/meego-tablet-shell.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/compositor/meego-tablet-shell.c b/compositor/meego-tablet-shell.c
index 44e60edc..88e33e3c 100644
--- a/compositor/meego-tablet-shell.c
+++ b/compositor/meego-tablet-shell.c
@@ -574,6 +574,10 @@ shell_init(struct wlsc_compositor *compositor)
home_key_binding, shell);
wlsc_compositor_add_binding(compositor, KEY_RIGHTMETA, 0, 0,
home_key_binding, shell);
+ wlsc_compositor_add_binding(compositor, KEY_LEFTMETA, 0,
+ MODIFIER_SUPER, home_key_binding, shell);
+ wlsc_compositor_add_binding(compositor, KEY_RIGHTMETA, 0,
+ MODIFIER_SUPER, home_key_binding, shell);
wlsc_compositor_add_binding(compositor, KEY_COMPOSE, 0, 0,
menu_key_binding, shell);