aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2010-03-22 00:45:35 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2010-03-22 00:45:35 +0800
commit9565d9c6625cf403bbcaf5a19f9694bfa6da098e (patch)
treea96aca351df33fd7acdb6bcc1009c614e7cf3750 /README
parent273d88667e926339fe1414c802779962bcdeab88 (diff)
FS#57 Correct documentation on binds containing *'s
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index ddd4ddb..e26673c 100644
--- a/README
+++ b/README
@@ -533,7 +533,7 @@ Example config entries for eFormFiller scripts
@cbind zn = @eFormFiller new
@cbind zl = @eFormFiller load
@cbind zo = @eFormFiller once
-
+
NEW action generates new file with formfields for current domain. Note that it
will overwrite existing file.
@@ -715,8 +715,8 @@ Events/requests which the EM and its plugins listens for
return/enter. If the user enters text where `<string>` has the underscore,
`%s` in the `<command>` string will be replaced by this text (optional).
- `<keycmd>` ends with a `*`: similar behavior as with an underscore, but also
- makes the binding incremental (i.e. the command will be invoked on every
- keystroke).
+ makes the binding incremental (i.e. the command will be invoked after
+ reaching the `*` point then on every subsequent keystroke).
- `<keycmd>` ends with a `!`: the command will only be invoked after pressing
return/enter, no replacement happens. this is useful for preventing `x` to
match when you want to bind `xx` also.