aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero2015-09-08 12:10:11 +0200
committerRoberto E. Vargas Caballero2015-09-08 12:10:11 +0200
commit0439851226cb56be0290969bdcac70d0478b2449 (patch)
tree546ca9824fb3e3f0d29b11345d8460ced5c8cf41 /config.def.h
parent5c864e2863e71818aec52a2fabd4235d5b143ce1 (diff)
downloadaur-0439851226cb56be0290969bdcac70d0478b2449.tar.gz
Add key to send a break to the serial line
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 11a0c02ffa99..7129fa188e10 100644
--- a/config.def.h
+++ b/config.def.h
@@ -134,6 +134,7 @@ static Mousekey mshortcuts[] = {
static Shortcut shortcuts[] = {
/* mask keysym function argument */
+ { XK_NO_MOD, XK_Pause, sendbreak, {.i = 0} },
{ ControlMask, XK_Print, toggleprinter, {.i = 0} },
{ ShiftMask, XK_Print, printscreen, {.i = 0} },
{ XK_ANY_MOD, XK_Print, printsel, {.i = 0} },