Add sequence for printing the current selection

This is very usefull in order to can select what is sent
to the plumber.
This commit is contained in:
Roberto E. Vargas Caballero
2014-02-01 13:41:58 +01:00
parent 96c230e476
commit 78f8843bc7
2 changed files with 30 additions and 3 deletions

View File

@ -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} },