Adjust zoom keybindings
parent
015a77d69c
commit
08476bc74d
|
@ -173,8 +173,8 @@ static Shortcut shortcuts[] = {
|
|||
{ ControlMask, XK_Print, toggleprinter, {.i = 0} },
|
||||
{ ShiftMask, XK_Print, printscreen, {.i = 0} },
|
||||
{ XK_ANY_MOD, XK_Print, printsel, {.i = 0} },
|
||||
{ MODKEY|ShiftMask, XK_Prior, zoom, {.f = +4} },
|
||||
{ MODKEY|ShiftMask, XK_Next, zoom, {.f = -4} },
|
||||
{ ControlMask, XK_Prior, zoom, {.f = +4} },
|
||||
{ ControlMask, XK_Next, zoom, {.f = -4} },
|
||||
{ MODKEY|ShiftMask, XK_Home, zoomreset, {.f = 0} },
|
||||
{ TERMMOD, XK_C, clipcopy, {.i = 0} },
|
||||
{ TERMMOD, XK_V, clippaste, {.i = 0} },
|
||||
|
|
Loading…
Reference in New Issue