aboutsummaryrefslogtreecommitdiff
path: root/config.def.h.rej
diff options
context:
space:
mode:
authorLoek Le Blansch <l.leblansch@gmail.com>2020-07-16 08:50:52 +0200
committerLoek Le Blansch <l.leblansch@gmail.com>2020-07-16 08:50:52 +0200
commit75899e5c7bfb3dbc72bcd2f613b5532d909dc05f (patch)
treed1bcb1e414da31bcbb7d219f5eb920d02a46030b /config.def.h.rej
parent5505abd35164e8677e345ae35cb73542d3133c6f (diff)
scrollback
Diffstat (limited to 'config.def.h.rej')
-rw-r--r--config.def.h.rej19
1 files changed, 19 insertions, 0 deletions
diff --git a/config.def.h.rej b/config.def.h.rej
new file mode 100644
index 0000000..a585bf9
--- /dev/null
+++ b/config.def.h.rej
@@ -0,0 +1,19 @@
+--- config.def.h
++++ config.def.h
+@@ -156,8 +156,14 @@ static unsigned int defaultattr = 11;
+ */
+ static MouseShortcut mshortcuts[] = {
+ /* button mask string */
+- { Button4, XK_ANY_MOD, "\031" },
+- { Button5, XK_ANY_MOD, "\005" },
++ { Button4, XK_NO_MOD, "\031" },
++ { Button5, XK_NO_MOD, "\005" },
++};
++
++MouseKey mkeys[] = {
++ /* button mask function argument */
++ { Button4, ShiftMask, kscrollup, {.i = 1} },
++ { Button5, ShiftMask, kscrolldown, {.i = 1} },
+ };
+
+ /* Internal keyboard shortcuts. */