diff options
Diffstat (limited to 'compositor/meego-tablet-shell.c')
-rw-r--r-- | compositor/meego-tablet-shell.c | 4 |
1 files changed, 4 insertions, 0 deletions
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); |