aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/configs/sampleconfig-dev
diff options
context:
space:
mode:
Diffstat (limited to 'examples/configs/sampleconfig-dev')
-rw-r--r--examples/configs/sampleconfig-dev4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/configs/sampleconfig-dev b/examples/configs/sampleconfig-dev
index c1b136c..e0ae84c 100644
--- a/examples/configs/sampleconfig-dev
+++ b/examples/configs/sampleconfig-dev
@@ -111,6 +111,10 @@ bind S = js alert("hi");
bind XS = sh 'echo "act script alert (\\"This is sent by the shell via a fifo\\")" > "$4"'
+# this script allows you to load predefined values into html forms. (eg login information)
+# if you have no config file yet, it will let you create settings easily.
+bind z = spawn ./examples/scripts/formfiller.sh
+
# we ship some javascripts to do keyboard based link hinting/following. (webkit does not have C DOM bindings yet)
# this is similar to how it works in vimperator (and konqueror)
# TODO: did we resolve: "no click() event for hyperlinks so no referrer set" ?