Terminate on Super-Backspace.

It's almost like Ctrl-Alt-Backspace!
This commit is contained in:
Kristian Høgsberg 2009-08-14 05:53:50 -04:00
parent 2644910241
commit 45b7a3a645

View File

@ -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;