aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2010-03-14 21:31:06 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2010-03-14 21:31:06 +0800
commit9030ae980467bb3d4a2835b4fec040a0501a2717 (patch)
treed681f1c5ad1ec8b3d4f4bcf7481ab1f587b21ce4 /examples/config
parentd83beeb402dd4a10ca4f423f5c91900dccbcd4e7 (diff)
Renamed eFormFiller.sh to formfiller.sh and updated formfiller config
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config25
1 files changed, 8 insertions, 17 deletions
diff --git a/examples/config/config b/examples/config/config
index dffdea7..9e5ee55 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -321,24 +321,15 @@ set follow_hint_keys = 0123456789
@cbind fl* = script @scripts_dir/follow.js '@follow_hint_keys %s'
# --- Form filler binds ---
-# this script allows you to configure (per domain) values to fill in form
-# fields (eg login information) and to fill in these values automatically
-set formfiller = spawn @scripts_dir/formfiller
-@cbind za = @{formfiller}.sh
-@cbind ze = @{formfiller}.sh edit
-@cbind zn = @{formfiller}.sh new
-@cbind zl = @{formfiller}.sh load
-# Or the more advanced implementation using perl: (could not get this to run - Dieter)
-@cbind LL = @{formfiller}.pl load
-@cbind LN = @{formfiller}.pl new
-@cbind LE = @{formfiller}.pl edit
-# One more implementation, that allows to save multiple profiles for each form
+# This script allows you to configure (per domain) values to fill in form
+# fields (eg login information) and to fill in these values automatically.
+# This implementation allows you to save multiple profiles for each form
# (think about multiple accounts on some website).
-set eFormFiller = spawn @scripts_dir/eFormFiller.sh
-@cbind ZA = @eFormFiller add
-@cbind ZE = @eFormFiller edit
-@cbind ZN = @eFormFiller new
-@cbind ZL = @eFormFiller load
+set formfiller = spawn @scripts_dir/formfiller.sh
+@cbind za = @formfiller add
+@cbind ze = @formfiller edit
+@cbind zn = @formfiller new
+@cbind zl = @formfiller load
# --- Examples ---
# Example showing how to use uzbl's fifo to execute a command.