Introduction
Introduction Statistics Contact Development Disclaimer Help
tFix vertical scroll directions in the config file - surf - customized build of…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit d068a3878b6b9f2841a49cd7948cdf9d62b55585
parent bf46e40f3ac3ce6007f9f5c1cf482dde2ae35589
Author: efe <[email protected]>
Date: Fri, 8 Feb 2019 17:56:26 -0500
Fix vertical scroll directions in the config file
Diffstat:
M config.def.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/config.def.h b/config.def.h
t@@ -146,8 +146,8 @@ static Key keys[] = {
/* vertical and horizontal scrolling, in viewport percentage */
{ MODKEY, GDK_KEY_j, scrollv, { .i = +10 } },
{ MODKEY, GDK_KEY_k, scrollv, { .i = -10 } },
- { MODKEY, GDK_KEY_b, scrollv, { .i = +50 } },
- { MODKEY, GDK_KEY_space, scrollv, { .i = -50 } },
+ { MODKEY, GDK_KEY_space, scrollv, { .i = +50 } },
+ { MODKEY, GDK_KEY_b, scrollv, { .i = -50 } },
{ MODKEY, GDK_KEY_i, scrollh, { .i = +10 } },
{ MODKEY, GDK_KEY_u, scrollh, { .i = -10 } },
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.