From f77ce46fe55590bd987967b92f8dafc45b9d9d42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Tue, 3 May 2011 13:11:43 -0400 Subject: [PATCH] meego-tablet-shell: Handle meta key with super modifier so we get the release --- compositor/meego-tablet-shell.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compositor/meego-tablet-shell.c b/compositor/meego-tablet-shell.c index 44e60ed..88e33e3 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); -- 2.7.4