diff options
author | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2014-02-01 13:41:58 +0100 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2014-03-06 07:55:07 +0100 |
commit | 78f8843bc7d6dc731f23d5ff3a8536fdcc5e4be6 (patch) | |
tree | 14f30649bc8b478258b37353ea190425f4e5be6a /config.def.h | |
parent | 96c230e476a4fb446a8fa8d651c88fda32cd5427 (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 47018a3..58b470e 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} }, |