You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
550 B
Plaintext
14 lines
550 B
Plaintext
--- config.def.h
|
|
+++ config.def.h
|
|
@@ -163,8 +164,8 @@ static MouseShortcut mshortcuts[] = {
|
|
|
|
MouseKey mkeys[] = {
|
|
/* button mask function argument */
|
|
- { Button4, ShiftMask, kscrollup, {.i = 1} },
|
|
- { Button5, ShiftMask, kscrolldown, {.i = 1} },
|
|
+ { Button4, ShiftMask, kscrollup, {.i = mousescrollincrement} },
|
|
+ { Button5, ShiftMask, kscrolldown, {.i = mousescrollincrement} },
|
|
};
|
|
|
|
/* Internal keyboard shortcuts. */
|