Correcting some conflicting keybindings in st.

This commit is contained in:
Derek Taylor 2019-02-22 14:43:40 -06:00
parent c1ad9ce844
commit b6a5022945
1 changed files with 2 additions and 2 deletions

View File

@ -180,8 +180,8 @@ static Shortcut shortcuts[] = {
{ ControlMask, XK_Print, toggleprinter, {.i = 0} },
{ ShiftMask, XK_Print, printscreen, {.i = 0} },
{ XK_ANY_MOD, XK_Print, printsel, {.i = 0} },
{ ControlMask, XK_k, kscrollup, {.i = 1} },
{ ControlMask, XK_j, kscrolldown, {.i = 1} },
{ ShiftMask, XK_Page_Up, kscrollup, {.i = 1} },
{ ShiftMask, XK_Page_Down, kscrolldown, {.i = 1} },
{ TERMMOD, XK_K, zoom, {.f = +1} },
{ TERMMOD, XK_J, zoom, {.f = -1} },
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },