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:
parent
96c230e476
commit
78f8843bc7
2 changed files with 30 additions and 3 deletions
|
@ -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} },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue