diff options
author | Enno Boland (tox) <tox@s01.de> | 2009-09-06 13:54:29 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2009-09-06 13:54:29 +0200 |
commit | 4384cf198a38951839dfbd6abcab72d75076c593 (patch) | |
tree | 0b80bed71b7b7599c839f3de0cb37f159e6eab2b /config.h | |
parent | 80d33d696d73c14c81da6e35ab06ee97517c9852 (diff) | |
download | surf-4384cf198a38951839dfbd6abcab72d75076c593.tar.gz surf-4384cf198a38951839dfbd6abcab72d75076c593.tar.bz2 surf-4384cf198a38951839dfbd6abcab72d75076c593.zip |
reappling printing; changing some keys.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -20,6 +20,7 @@ static Key urlbar_keys[] = { static Key general_keys[] = { /* modifier keyval function arg stop event */ + { GDK_CONTROL_MASK, GDK_P, print, {0}, TRUE }, { GDK_CONTROL_MASK, GDK_p, clipboard, {.b = TRUE }, TRUE }, { GDK_CONTROL_MASK, GDK_y, clipboard, {.b = FALSE}, TRUE }, { GDK_CONTROL_MASK, GDK_R, reload, {.b = TRUE}, TRUE }, @@ -32,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_Right, navigate, {.b = TRUE}, TRUE }, - { GDK_CONTROL_MASK, GDK_Left, navigate, {.b = FALSE}, TRUE }, + { GDK_CONTROL_MASK, GDK_h, navigate, {.b = TRUE}, TRUE }, + { GDK_CONTROL_MASK, GDK_l, navigate, {.b = FALSE}, TRUE }, { 0, GDK_Escape, stop, {0}, TRUE }, }; |