summaryrefslogtreecommitdiff
path: root/src/mobile-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mobile-shell.c')
-rw-r--r--src/mobile-shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mobile-shell.c b/src/mobile-shell.c
index 8e9aef7..7e7aee6 100644
--- a/src/mobile-shell.c
+++ b/src/mobile-shell.c
@@ -1423,8 +1423,10 @@ module_init(struct weston_compositor *compositor, int *argc, char *argv[])
weston_compositor_add_key_binding(compositor, KEY_TIZEN_RETURN, 0,
force_kill_binding, shell);
+#if 0
weston_compositor_add_key_binding(compositor, KEY_TIZEN_HOME, 0,
gohome, shell);
+#endif
weston_layer_init(&shell->indicator_layer,
&compositor->cursor_layer.link);