Add Escape key to quit sent
authorIvan Tham <pickfire@riseup.net>
Wed, 18 Nov 2015 02:01:50 +0000 (10:01 +0800)
committerMarkus Teich <markus.teich@stusta.mhn.de>
Wed, 18 Nov 2015 11:20:55 +0000 (12:20 +0100)
config.def.h

index 6ecc2677306b151256b0375e9a72cc59fbdb53bc..9aa6e08c4a62af95df67cdace2a6271f4108af51 100644 (file)
@@ -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} },