diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-04-05 08:24:36 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-04-05 08:24:36 +0900 |
| commit | 2dee3394c9c45407c76a31377d35b82ca8968117 (patch) | |
| tree | 32f5ba4e9678ee542a606bc304599361393f947b /st | |
| parent | 9aca83e1b1075244a236cd9833ee9f5fb5e2d29b (diff) | |
modified st/config.def.h
Diffstat (limited to 'st')
| -rw-r--r-- | st/config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/st/config.def.h b/st/config.def.h index 812367d..38a6f9d 100644 --- a/st/config.def.h +++ b/st/config.def.h @@ -358,8 +358,8 @@ static Shortcut shortcuts[] = { // TRAVERSALS { ALTKEY, XK_y, kscrollup, {.i = 1} }, { ALTKEY, XK_e, kscrolldown, {.i = 1} }, - { ALTSHIFT, XK_u, kscrollup, {.i = -1} }, - { ALTSHIFT, XK_d, kscrolldown, {.i = -1} }, + { ALTKEY, XK_u, kscrollup, {.i = -1} }, + { ALTKEY, XK_d, kscrolldown, {.i = -1} }, { ALTKEY, XK_Page_Up, kscrollup, {.i = 1} }, { ALTKEY, XK_Page_Down, kscrolldown, {.i = 1} }, { ALTSHIFT, XK_Page_Up, kscrollup, {.i = -1} }, |
