Remove keybindings that I do not use - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
(HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) changeset 258289b48ecf5409c87b88c695ce7f7caf004ae1
(DIR) parent 54b1a71742f2a5a0f5043ef10d4fe45dc8ce3dae
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Sun, 9 Jun 2019 19:44:09
Remove keybindings that I do not use
Diffstat:
wip/surf-git/patch-config.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff -r 54b1a71742f2 -r 258289b48ecf wip/surf-git/patch-config.h
--- a/wip/surf-git/patch-config.h Sat Jun 08 19:34:47 2019 +0200
+++ b/wip/surf-git/patch-config.h Sun Jun 09 19:44:09 2019 +0200
@@ -1,6 +1,6 @@
--- /dev/null 2019-06-08 18:14:46.479402408 +0200
+++ config.h 2019-06-08 18:14:37.992108174 +0200
-@@ -0,0 +1,227 @@
+@@ -0,0 +1,225 @@
+/* modifier 0 means no modifier */
+static int surfuseragent = 0; /* Append Surf version to default WebKit user agent */
+static char *fulluseragent = ""; /* Or override the whole user agent string */
@@ -180,8 +180,6 @@
+ /* 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_i, scrollh, { .i = +10 } },
+ { MODKEY, GDK_KEY_u, scrollh, { .i = -10 } },
+