aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config/config
diff options
context:
space:
mode:
Diffstat (limited to 'examples/config/config')
-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, ..)