diff --git a/compositor/meego-tablet-shell.c b/compositor/meego-tablet-shell.c index 98c69bf8..8cc95653 100644 --- a/compositor/meego-tablet-shell.c +++ b/compositor/meego-tablet-shell.c @@ -549,7 +549,7 @@ 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_MENU, 0, 0, + wlsc_compositor_add_binding(compositor, KEY_COMPOSE, 0, 0, menu_key_binding, shell); compositor->shell = &shell->shell;