aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index b31d7d6..47018a3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -107,6 +107,8 @@ static Mousekey mshortcuts[] = {
107 107
108static Shortcut shortcuts[] = { 108static Shortcut shortcuts[] = {
109 /* mask keysym function argument */ 109 /* mask keysym function argument */
110 { ControlMask, XK_Print, toggleprinter, {.i = 0} },
111 { ShiftMask, XK_Print, printscreen, {.i = 0} },
110 { MODKEY|ShiftMask, XK_Prior, xzoom, {.i = +1} }, 112 { MODKEY|ShiftMask, XK_Prior, xzoom, {.i = +1} },
111 { MODKEY|ShiftMask, XK_Next, xzoom, {.i = -1} }, 113 { MODKEY|ShiftMask, XK_Next, xzoom, {.i = -1} },
112 { ShiftMask, XK_Insert, selpaste, {.i = 0} }, 114 { ShiftMask, XK_Insert, selpaste, {.i = 0} },