aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Paweł Zuzelski <pawelz@pld-linux.org>2010-03-28 18:19:14 +0200
committerGravatar Paweł Zuzelski <pawelz@pld-linux.org>2010-03-28 18:19:14 +0200
commit22c3109e1a26c2eb37e03d3f7bb86079c2e0874c (patch)
tree48122f272b7b3bcf76c504ef5715e9d464e84011 /examples/config
parent116a0b1459f56c9727bfdf056f37930332dbf6ba (diff)
emit FORM_ACTIVE, when form element follow.js'ed
Due to Uzbl removal it is no longer possible to emit event from js script. So follow.js does not emit FORM_ACTIVE event, when user selects form element using follow.js. Workaround for that is to run follow.js from shell script, set some global variable and next read this variable from shell script.
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/config/config b/examples/config/config
index de01cf3..29e7d16 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -324,7 +324,7 @@ set follow_hint_keys = 0123456789
#set follow_hint_keys = qwerty
#set follow_hint_keys = asdfghjkl;
#set follow_hint_keys = thsnd-rcgmvwb/;789aefijkopquxyz234
-@cbind fl* = script @scripts_dir/follow.js '@follow_hint_keys %s'
+@cbind ff* = spawn @scripts_dir/follow.sh "%s"
# --- Form filler binds ---
# This script allows you to configure (per domain) values to fill in form