mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
Terminate on Super-Backspace.
It's almost like Ctrl-Alt-Backspace!
This commit is contained in:
parent
2644910241
commit
45b7a3a645
1 changed files with 1 additions and 1 deletions
|
|
@ -1193,7 +1193,7 @@ notify_key(struct wlsc_input_device *device,
|
||||||
return;
|
return;
|
||||||
|
|
||||||
switch (key | compositor->meta_state) {
|
switch (key | compositor->meta_state) {
|
||||||
case KEY_EJECTCD | META_DOWN:
|
case KEY_BACKSPACE | META_DOWN:
|
||||||
on_term_signal(SIGTERM, compositor);
|
on_term_signal(SIGTERM, compositor);
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue