mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
Add keybinds for zoom (st)
This commit is contained in:
parent
c16ec0c04c
commit
c9a9fde64e
@ -266,8 +266,10 @@ static Shortcut shortcuts[] = {
|
||||
{ControlMask, XK_Print, toggleprinter, {.i = 0}},
|
||||
{ShiftMask, XK_Print, printscreen, {.i = 0}},
|
||||
{XK_ANY_MOD, XK_Print, printsel, {.i = 0}},
|
||||
{TERMMOD, XK_Prior, zoom, {.f = +1}},
|
||||
{TERMMOD, XK_Next, zoom, {.f = -1}},
|
||||
{TERMMOD, XK_Up, zoom, {.f = +1}},
|
||||
{TERMMOD, XK_Down, zoom, {.f = -1}},
|
||||
{MODKEY, XK_equal, zoom, {.f = +2}},
|
||||
{MODKEY, XK_minus, zoom, {.f = -2}},
|
||||
{TERMMOD, XK_Home, zoomreset, {.f = 0}},
|
||||
{TERMMOD, XK_C, clipcopy, {.i = 0}},
|
||||
{TERMMOD, XK_V, clippaste, {.i = 0}},
|
||||
|
Loading…
Reference in New Issue
Block a user