aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero2015-09-08 17:00:20 +0200
committerRoberto E. Vargas Caballero2015-09-08 17:02:15 +0200
commite1979199b9db566193ae2266371ba9ea7909672f (patch)
tree092de0634450deccb06d44b96e9eb9f87ac3c9ed /config.def.h
parentea179a65a961748822414255e35a0e0c193d72b3 (diff)
downloadaur-e1979199b9db566193ae2266371ba9ea7909672f.tar.gz
Change Pause to Break in shortcut for serial break
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index c7ce3b437765..52bf3a46391d 100644
--- a/config.def.h
+++ b/config.def.h
@@ -143,7 +143,7 @@ static Mousekey mshortcuts[] = {
static Shortcut shortcuts[] = {
/* mask keysym function argument */
- { XK_NO_MOD, XK_Pause, sendbreak, {.i = 0} },
+ { XK_ANY_MOD, XK_Break, sendbreak, {.i = 0} },
{ ControlMask, XK_Print, toggleprinter, {.i = 0} },
{ ShiftMask, XK_Print, printscreen, {.i = 0} },
{ XK_ANY_MOD, XK_Print, printsel, {.i = 0} },