[hackers] [sent] Add Escape key to quit sent || Ivan Tham

From: <git_AT_suckless.org>
Date: Wed, 18 Nov 2015 12:19:10 +0100 (CET)

commit 243c8cf7b6e66813609ac4ca9c9e6343408e1d72
Author: Ivan Tham <pickfire_AT_riseup.net>
AuthorDate: Wed Nov 18 10:01:50 2015 +0800
Commit: Markus Teich <markus.teich_AT_stusta.mhn.de>
CommitDate: Wed Nov 18 12:20:55 2015 +0100

    Add Escape key to quit sent

diff --git a/config.def.h b/config.def.h
index 6ecc267..9aa6e08 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -25,6 +25,7 @@ static Mousekey mshortcuts[] = {
 
 static Shortcut shortcuts[] = {
         /* keysym function argument */
+ { XK_Escape, quit, {0} },
         { XK_q, quit, {0} },
         { XK_Right, advance, {.i = +1} },
         { XK_Left, advance, {.i = -1} },
Received on Wed Nov 18 2015 - 12:19:10 CET

This archive was generated by hypermail 2.3.0 : Wed Nov 18 2015 - 12:24:11 CET