From 45b7a3a64578a56c1e119893d9e77f74946bcea6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 14 Aug 2009 05:53:50 -0400 Subject: [PATCH] Terminate on Super-Backspace. It's almost like Ctrl-Alt-Backspace! --- wayland-system-compositor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland-system-compositor.c b/wayland-system-compositor.c index c135aea..dce6d2f 100644 --- a/wayland-system-compositor.c +++ b/wayland-system-compositor.c @@ -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; -- 2.7.4