1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 18:34:11 +01:00

Fix naming of Leave* and Enter autocmd events in Teledactyl help.

--HG--
extra : rebase_source : 9909ab5ce0f9f590cfe3fcf3989c36050dd086a0
This commit is contained in:
Doug Kearns
2010-10-15 11:06:37 +11:00
parent 2a995fd232
commit dac0599716
2 changed files with 4 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ BUGS:
- 'autoexternal' doesn't work
FEATURES:
9 check autocmd Events - which are applicable etc.
9 edit messages with vim
8 the archives need to be mailbox specific
- currently it archives mail to the first Archive folder found

View File

@@ -16,10 +16,9 @@
<dt>PageLoadPre</dt> <dd>Triggered after a page load is initiated</dd>
<dt>PageLoad</dt> <dd>Triggered when a page gets (re)loaded/opened</dd>
<dt>ShellCmdPost</dt> <dd>Triggered after executing a shell command with <ex>:!</ex><a>cmd</a></dd>
<dt>&dactyl.appName;Enter</dt> <dd>Triggered after &dactyl.host; starts</dd>
<dt>&dactyl.appName;LeavePre</dt><dd>Triggered before exiting &dactyl.host;, just before destroying each module</dd>
<dt>&dactyl.appName;Leave</dt> <dd>Triggered before exiting &dactyl.host;</dd>
<dt>Enter</dt> <dd>Triggered after &dactyl.host; starts</dd>
<dt>LeavePre</dt> <dd>Triggered before exiting &dactyl.host;, just before destroying each module</dd>
<dt>Leave</dt> <dd>Triggered before exiting &dactyl.host;</dd>
<dt>FolderLoad</dt> <dd>Triggered after switching folders in &dactyl.host;</dd>
</dl>