aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-11-08 16:01:20 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-11-08 16:01:20 +0100
commitb46e181523da5cd752222889a5a0bf880713856e (patch)
treeeb26f6359ffb78dfecbd4dde6dca67de469cd712 /examples/config
parentd075442cfe61637aaca52a40c51415c8f766d8ae (diff)
parent346e5afc22321589d54bff9c3e3971c8392cf168 (diff)
Merge remote branch 'np/scrolling-docs' into experimental
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/uzbl/config23
1 files changed, 16 insertions, 7 deletions
diff --git a/examples/config/uzbl/config b/examples/config/uzbl/config
index 8a2ad87..7668963 100644
--- a/examples/config/uzbl/config
+++ b/examples/config/uzbl/config
@@ -113,13 +113,22 @@ set socket_dir = /tmp
# With this command you can enter in any command at runtime when prefixed with
# a colon.
@bind :_ = chain '%s'
-
-@bind j = scroll_vert 20
-@bind k = scroll_vert -20
-@bind h = scroll_horz -20
-@bind l = scroll_horz 20
-@bind << = scroll_begin
-@bind >> = scroll_end
+@bind j = scroll vertical 20
+@bind <Down> = scroll vertical 20
+@bind <Page_Down> = scroll vertical 500
+@bind k = scroll vertical -20
+@bind <Up> = scroll vertical -20
+@bind <Page_Up> = scroll vertical -500
+@bind h = scroll horizontal -20
+@bind <Left> = scroll horizontal -20
+@bind l = scroll horizontal 20
+@bind <Right> = scroll horizontal 20
+@bind << = scroll vertical begin
+@bind <Home> = scroll vertical begin
+@bind >> = scroll vertical end
+@bind <End> = scroll vertical end
+@bind ^ = scroll horizontal begin
+@bind $ = scroll horizontal end
@bind b = back
@bind m = forward
@bind S = stop