aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Nicolas Pouillard <nicolas.pouillard@gmail.com>2009-11-02 10:51:23 +0100
committerGravatar Nicolas Pouillard <nicolas.pouillard@gmail.com>2009-11-02 10:51:23 +0100
commit346e5afc22321589d54bff9c3e3971c8392cf168 (patch)
treef89937ede8d1d256c80c050e323a5eb37387e51e /examples/config
parent9d7ae1b21aefac2cf5418667bd150c110bf8932e (diff)
Update docs about scrolling
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 d72be2c..fffc8b6 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