mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -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;
|
||||
|
||||
switch (key | compositor->meta_state) {
|
||||
case KEY_EJECTCD | META_DOWN:
|
||||
case KEY_BACKSPACE | META_DOWN:
|
||||
on_term_signal(SIGTERM, compositor);
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue