Introduction
Introduction Statistics Contact Development Disclaimer Help
tchanging keybindings - surf - customized build of surf, the suckless webkit br…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 151d29c5c308831aad930c2598655ab8c4adc024
parent 277d11037f1d5e6fafae65dcf38e5822fdef2338
Author: Enno Boland (tox) <[email protected]>
Date: Mon, 7 Sep 2009 14:28:43 +0200
changing keybindings
Diffstat:
M config.def.h | 31 +++++++++++++++--------------…
1 file changed, 15 insertions(+), 16 deletions(-)
---
diff --git a/config.def.h b/config.def.h
t@@ -1,29 +1,28 @@
/* modifier 0 means no modifier */
static GdkColor progress = { 65535,65535,0,0 };
static GdkColor progress_trust = { 65535,0,65535,0 };
+#define MODKEY GDK_CONTROL_MASK
static Key keys[] = {
/* modifier keyval function arg …
- { GDK_CONTROL_MASK, GDK_R, reload, {.b = TRUE}, ALWAYS…
- { GDK_CONTROL_MASK, GDK_r, reload, {.b = FALSE}, ALWAYS…
- { GDK_CONTROL_MASK, GDK_g, showurl, {0}, ALWAYS…
- { GDK_CONTROL_MASK, GDK_slash, showsearch, {0}, ALWAYS…
+ { MODKEY, GDK_R, reload, {.b = TRUE}, ALWAYS…
+ { MODKEY, GDK_r, reload, {.b = FALSE}, ALWAYS…
+ { MODKEY, GDK_g, showurl, {0}, ALWAYS…
+ { MODKEY, GDK_slash, showsearch, {0}, ALWAYS…
{ 0, GDK_Escape, hidesearch, {0}, ALWAYS…
{ 0, GDK_Escape, hideurl, {0}, ALWAYS…
- { GDK_CONTROL_MASK, GDK_P, print, {0}, ALWAYS…
- { GDK_CONTROL_MASK, GDK_p, clipboard, {.b = TRUE }, BROWSE…
- { GDK_CONTROL_MASK, GDK_y, clipboard, {.b = FALSE}, BROWSE…
- { GDK_CONTROL_MASK, GDK_equal, zoom, {.i = +1 }, BROWSE…
- { GDK_CONTROL_MASK, GDK_plus, zoom, {.i = +1 }, BROWSE…
- { GDK_CONTROL_MASK, GDK_minus, zoom, {.i = -1 }, BROWSE…
- { GDK_CONTROL_MASK, GDK_0, zoom, {.i = 0 }, BROWSE…
- { GDK_CONTROL_MASK, GDK_l, navigate, {.i = +1}, BROWSE…
- { GDK_CONTROL_MASK, GDK_h, navigate, {.i = -1}, BROWSE…
+ { MODKEY, GDK_P, print, {0}, ALWAYS…
+ { MODKEY, GDK_p, clipboard, {.b = TRUE }, BROWSE…
+ { MODKEY, GDK_y, clipboard, {.b = FALSE}, BROWSE…
+ { MODKEY, GDK_j, zoom, {.i = +1 }, BROWSE…
+ { MODKEY, GDK_k, zoom, {.i = -1 }, BROWSE…
+ { MODKEY, GDK_i, zoom, {.i = 0 }, BROWSE…
+ { MODKEY, GDK_l, navigate, {.i = +1}, BROWSE…
+ { MODKEY, GDK_h, navigate, {.i = -1}, BROWSE…
{ 0, GDK_Escape, stop, {0}, BROWSE…
- { GDK_CONTROL_MASK, GDK_n, searchtext, {.b = TRUE}, BROWSE…
- { GDK_CONTROL_MASK, GDK_N, searchtext, {.b = FALSE}, BROWSE…
+ { MODKEY, GDK_n, searchtext, {.b = TRUE}, BROWSE…
+ { MODKEY, GDK_N, searchtext, {.b = FALSE}, BROWSE…
{ 0, GDK_Return, searchtext, {.b = TRUE}, SEARCH…
{ GDK_SHIFT_MASK, GDK_Return, searchtext, {.b = FALSE}, SEARCH…
- { 0 },
{ 0, GDK_Return, loaduri, {.v = NULL}, URLBAR…
{ 0, GDK_Return, hideurl, {0}, URLBAR…
};
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.