mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
Correcting some conflicting keybindings in st.
This commit is contained in:
parent
c1ad9ce844
commit
b6a5022945
1 changed files with 2 additions and 2 deletions
|
@ -180,8 +180,8 @@ static Shortcut shortcuts[] = {
|
||||||
{ ControlMask, XK_Print, toggleprinter, {.i = 0} },
|
{ ControlMask, XK_Print, toggleprinter, {.i = 0} },
|
||||||
{ ShiftMask, XK_Print, printscreen, {.i = 0} },
|
{ ShiftMask, XK_Print, printscreen, {.i = 0} },
|
||||||
{ XK_ANY_MOD, XK_Print, printsel, {.i = 0} },
|
{ XK_ANY_MOD, XK_Print, printsel, {.i = 0} },
|
||||||
{ ControlMask, XK_k, kscrollup, {.i = 1} },
|
{ ShiftMask, XK_Page_Up, kscrollup, {.i = 1} },
|
||||||
{ ControlMask, XK_j, kscrolldown, {.i = 1} },
|
{ ShiftMask, XK_Page_Down, kscrolldown, {.i = 1} },
|
||||||
{ TERMMOD, XK_K, zoom, {.f = +1} },
|
{ TERMMOD, XK_K, zoom, {.f = +1} },
|
||||||
{ TERMMOD, XK_J, zoom, {.f = -1} },
|
{ TERMMOD, XK_J, zoom, {.f = -1} },
|
||||||
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
|
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
|
||||||
|
|
Loading…
Reference in a new issue