mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-05-05 14:32:59 +02:00
Sync the Xulmus documentation.
This commit is contained in:
@@ -10,11 +10,11 @@ Execute commands automatically on events.
|
||||
|
||||
[c]:au[tocmd][c] {event} {pat} {cmd}
|
||||
|
||||
Add {cmd} to the list of commands Xulmus will execute on {event} for a URL matching {pat}:
|
||||
|
||||
If the *-javascript* (short name *-js*) option is specified, {cmd} is executed
|
||||
as JavaScript code, with any supplied arguments available as variables.
|
||||
|
||||
Add {cmd} to the list of commands Xulmus will execute on {event} for a URL matching {pat}:
|
||||
|
||||
* [c]:autocmd[!][c] {events} {pat}: list/remove autocommands filtered by {events} and {pat}
|
||||
* [c]:autocmd[!][c] {events}: list/remove autocommands matching {events}
|
||||
* [c]:autocmd[!][c] * {pat}: list/remove autocommands matching {pat}
|
||||
|
||||
Reference in New Issue
Block a user