Introduction
Introduction Statistics Contact Development Disclaimer Help
tadding pancakes zoom fix. - surf - customized build of surf, the suckless webk…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit e1078c3fb3573a6b411e535ace3c54fc4cd47538
parent 6c57c348add4326818115d282ea000ccf0857e6a
Author: Enno Boland (tox) <[email protected]>
Date: Wed, 9 Sep 2009 14:02:11 +0200
adding pancakes zoom fix.
Diffstat:
M config.def.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/config.def.h b/config.def.h
t@@ -13,8 +13,8 @@ static Key keys[] = {
{ MODKEY, GDK_P, print, { 0 }, ALWAYS },
{ MODKEY, GDK_p, clipboard, { .b = TRUE }, BROWSER },
{ MODKEY, GDK_y, clipboard, { .b = FALSE }, BROWSER },
- { MODKEY, GDK_j, zoom, { .i = +1 }, BROWSER },
- { MODKEY, GDK_k, zoom, { .i = -1 }, BROWSER },
+ { MODKEY, GDK_k, zoom, { .i = +1 }, BROWSER },
+ { MODKEY, GDK_j, zoom, { .i = -1 }, BROWSER },
{ MODKEY, GDK_i, zoom, { .i = 0 }, BROWSER },
{ MODKEY, GDK_l, navigate, { .i = +1 }, BROWSER },
{ MODKEY, GDK_h, navigate, { .i = -1 }, BROWSER },
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.