aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/configs/sampleconfig-dev
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-26 22:44:01 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-26 22:44:01 +0200
commitcd8ae0f8c77f7bd6940b8f65a338a3fa8736661a (patch)
tree27e996ade0b6a482dc0f31ded69675a8dea43b53 /examples/configs/sampleconfig-dev
parentebb4e2a758b7c52d02ad0cc6401f6b14c21fa732 (diff)
integrate sscj stuff
Diffstat (limited to 'examples/configs/sampleconfig-dev')
-rw-r--r--examples/configs/sampleconfig-dev5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/configs/sampleconfig-dev b/examples/configs/sampleconfig-dev
index 8652cc1..3deeac1 100644
--- a/examples/configs/sampleconfig-dev
+++ b/examples/configs/sampleconfig-dev
@@ -151,6 +151,11 @@ bind ze = spawn ./examples/scripts/formfiller.sh edit
bind zn = spawn ./examples/scripts/formfiller.sh new
bind zl = spawn ./examples/scripts/formfiller.sh load
+# other - more advanced - implementation using perl: (could not get this to run - Dieter )
+bind LL = spawn ./examples/scripts/formfiller.pl load
+bind LN = spawn ./examples/scripts/formfiller.pl new
+bind LE = spawn ./examples/scripts/formfiller.pl edit
+
# 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" ?