aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero2014-02-01 13:41:58 +0100
committerRoberto E. Vargas Caballero2014-03-06 07:55:07 +0100
commit365945a5348c62962f6e1a02861d59024087b800 (patch)
treed7e15087153d2aab10e5aba852084ec48eb97f0d /config.def.h
parent1bf87de03eb1cc5178806a02989256f0ca3f0cd7 (diff)
downloadaur-365945a5348c62962f6e1a02861d59024087b800.tar.gz
Add sequence for printing the current selection
This is very usefull in order to can select what is sent to the plumber.
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 47018a3b59ee..58b470eb0747 100644
--- a/config.def.h
+++ b/config.def.h
@@ -109,6 +109,7 @@ static Shortcut shortcuts[] = {
/* mask keysym function argument */
{ ControlMask, XK_Print, toggleprinter, {.i = 0} },
{ ShiftMask, XK_Print, printscreen, {.i = 0} },
+ { XK_ANY_MOD, XK_Print, printsel, {.i = 0} },
{ MODKEY|ShiftMask, XK_Prior, xzoom, {.i = +1} },
{ MODKEY|ShiftMask, XK_Next, xzoom, {.i = -1} },
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },