kiosk-shell: Enable/Install debug keybindings
We are missing debug keybinds in kiosk-shell so install them. Retrives the binding-modifier like in desktop-shell.
Signed-off-by: Marius Vlad marius.vlad@collabora.com
Merge request reports
Activity
added 2 commits
added 2 commits
added kiosk-shell label
mentioned in merge request !706 (closed)
1059 1060 if (shell->config) 1061 shell_section = weston_config_get_section(shell->config, "shell", NULL, NULL); 1062 1063 if (shell_section) 1064 weston_config_section_get_string(shell_section, 1065 "binding-modifier", &mod_string, "super"); 1066 1067 if (!mod_string || !strcmp(mod_string, "none") || !strcmp(mod_string, "super")) 1068 mod = MODIFIER_SUPER; 1069 else if (!strcmp(mod_string, "alt")) 1070 mod = MODIFIER_ALT; 1071 else if (!strcmp(mod_string, "ctrl")) 1072 mod = MODIFIER_CTRL; 1073 else if (!strcmp(mod_string, "shift")) 1074 mod = MODIFIER_SHIFT; changed this line in version 4 of the diff
added 647 commits
-
e7930295...aac8eefc - 645 commits from branch
wayland:main
- affb42a7 - kiosk-shell: Enable debug keybindings
- 26d8d6b7 - desktops-shell: Re-use helper for modifier retrieval
-
e7930295...aac8eefc - 645 commits from branch
added 20 commits
-
553f1d28...dac2f146 - 18 commits from branch
wayland:main
- f7ba35f5 - kiosk-shell: Enable debug keybindings
- 478b24ca - desktops-shell: Re-use helper for modifier retrieval
-
553f1d28...dac2f146 - 18 commits from branch
enabled an automatic merge when the pipeline for 478b24ca succeeds