aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-11-08 16:11:39 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-11-08 16:11:39 +0100
commit9dbcd20a5c3c788e4e9fcaefa01fc7cbaafd7c68 (patch)
treee7dfada7eb7ec8bbca3d1f88f521128fdd8e5a0c /examples/config
parentb46e181523da5cd752222889a5a0bf880713856e (diff)
scroll stuff: update unit tests + remove bindings that (may) conflict with keycmd or are not needed + better default behavior for pageup and pagedown
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/uzbl/config10
1 files changed, 2 insertions, 8 deletions
diff --git a/examples/config/uzbl/config b/examples/config/uzbl/config
index 7668963..32bb13c 100644
--- a/examples/config/uzbl/config
+++ b/examples/config/uzbl/config
@@ -114,19 +114,13 @@ set socket_dir = /tmp
# a colon.
@bind :_ = chain '%s'
@bind j = scroll vertical 20
-@bind <Down> = scroll vertical 20
-@bind <Page_Down> = scroll vertical 500
+@bind <Page_Down> = scroll vertical 100%
@bind k = scroll vertical -20
-@bind <Up> = scroll vertical -20
-@bind <Page_Up> = scroll vertical -500
+@bind <Page_Up> = scroll vertical -100%
@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