mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 01:58:03 +02:00
meego-tablet-shell: Match meego-ux-daemon key bindings
This commit is contained in:
parent
3d1cad80c2
commit
d28b4d7be8
1 changed files with 4 additions and 2 deletions
|
|
@ -508,9 +508,11 @@ shell_init(struct wlsc_compositor *compositor)
|
|||
shell->long_press_source =
|
||||
wl_event_loop_add_timer(loop, long_press_handler, shell);
|
||||
|
||||
wlsc_compositor_add_binding(compositor, KEY_SPACE, 0, MODIFIER_CTRL,
|
||||
wlsc_compositor_add_binding(compositor, KEY_LEFTMETA, 0, 0,
|
||||
home_key_binding, shell);
|
||||
wlsc_compositor_add_binding(compositor, KEY_ENTER, 0, MODIFIER_CTRL,
|
||||
wlsc_compositor_add_binding(compositor, KEY_RIGHTMETA, 0, 0,
|
||||
home_key_binding, shell);
|
||||
wlsc_compositor_add_binding(compositor, KEY_MENU, 0, 0,
|
||||
menu_key_binding, shell);
|
||||
|
||||
compositor->shell = &shell->shell;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue