summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-09-06 14:12:10 +0200
committerEnno Boland (tox) <tox@s01.de>2009-09-06 14:12:10 +0200
commit839edbe22dbe789f56fb4383b5f348f0846d0a58 (patch)
tree7633eea6f6fc9f84becb467070e718ea5f34d2e6 /config.h
parent4384cf198a38951839dfbd6abcab72d75076c593 (diff)
downloadsurf-839edbe22dbe789f56fb4383b5f348f0846d0a58.tar.gz
surf-839edbe22dbe789f56fb4383b5f348f0846d0a58.tar.bz2
surf-839edbe22dbe789f56fb4383b5f348f0846d0a58.zip
reworked navigate.
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index e637967..6c13e86 100644
--- a/config.h
+++ b/config.h
@@ -33,8 +33,8 @@ static Key general_keys[] = {
{ GDK_CONTROL_MASK, GDK_0, zoompage, {.f = +1.0 }, TRUE },
{ GDK_CONTROL_MASK, GDK_n, searchtext, {.b = TRUE}, TRUE },
{ GDK_CONTROL_MASK, GDK_N, searchtext, {.b = FALSE}, TRUE },
- { GDK_CONTROL_MASK, GDK_h, navigate, {.b = TRUE}, TRUE },
- { GDK_CONTROL_MASK, GDK_l, navigate, {.b = FALSE}, TRUE },
+ { GDK_CONTROL_MASK, GDK_l, navigate, {.i = +1}, TRUE },
+ { GDK_CONTROL_MASK, GDK_h, navigate, {.i = -1}, TRUE },
{ 0, GDK_Escape, stop, {0}, TRUE },
};