From: Ivan Tham Date: Wed, 18 Nov 2015 02:01:50 +0000 (+0800) Subject: Add Escape key to quit sent X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=243c8cf7b6e66813609ac4ca9c9e6343408e1d72;p=sent.git 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 @@ -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} },