mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-20 10:44:38 +10:00
Correcting some conflicting keybindings in st.
This commit is contained in:
@@ -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} },
|
||||
|
||||
Reference in New Issue
Block a user