aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-01-24 15:28:55 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-01-24 15:28:55 +0100
commitfad02a6f0c0cdc68dffab7a4c663800b0786b118 (patch)
tree3f9376a984e2af2a433d940ef8842134eeef9289 /examples/config
parent27b23bc15985aea687aecec580d668b7f9701eb3 (diff)
parent5aa5cbdb8d12c6b2675e416f69ec36aaed7696c0 (diff)
merge in configurable-number/strings, Uzbl-js-object-independent linkfollower
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/config/config b/examples/config/config
index eb17813..d58d0a5 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -295,9 +295,11 @@ set toggle_cmd_ins = @toggle_modes command insert
@cbind u = spawn @scripts_dir/load_url_from_bookmarks.sh
# --- Link following (similar to vimperator and konqueror) ---
-@cbind fl* = script @scripts_dir/follow_Numbers.js %s
-# Or number with strings instead of numbers:
-@cbind fL* = script @scripts_dir/follow_Numbers_Strings.js %s
+# Set custom keys you wish to use for navigation. Some common examples:
+set follow_hint_keys = qwerty
+#set follow_hint_keys = asdfghjkl;
+#set follow_hint_keys = thsnd-rcgmvwb/;789aefijkopquxyz234
+@cbind f* = script @scripts_dir/follow.js '%s @{follow_hint_keys}'
# --- Form filler binds ---
# this script allows you to configure (per domain) values to fill in form