aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Paweł Zuzelski <pawelz@pld-linux.org>2010-02-17 18:26:58 +0100
committerGravatar Paweł Zuzelski <pawelz@pld-linux.org>2010-02-17 18:26:58 +0100
commit352851e4015c559cad81aa779a1df1d99ea88610 (patch)
tree49c1f4c0759b4e4ad67e382c53adc41d64193660 /examples
parent025babb5684e8c7544e1d9c0c899b08387a9d61e (diff)
config: add eFormFiller example
Diffstat (limited to 'examples')
-rw-r--r--examples/config/config7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/config/config b/examples/config/config
index 4c63fe7..c83948d 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -328,6 +328,13 @@ set formfiller = spawn @scripts_dir/formfiller
@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
+# (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
# --- External edit script configuration & binds ---
# Edit form input fields in an external editor (gvim, emacs, urxvt -e vim, ..)