projects
/
sent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc57a28
)
Add Escape key to quit sent
author
Ivan Tham
<pickfire@riseup.net>
Wed, 18 Nov 2015 02:01:50 +0000
(10:01 +0800)
committer
Markus Teich
<markus.teich@stusta.mhn.de>
Wed, 18 Nov 2015 11:20:55 +0000
(12:20 +0100)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index 6ecc2677306b151256b0375e9a72cc59fbdb53bc..9aa6e08c4a62af95df67cdace2a6271f4108af51 100644
(file)
--- 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} },