mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 04:55:46 +01:00
Fix naming of Leave* and Enter autocmd events in Teledactyl help.
--HG-- extra : rebase_source : 9909ab5ce0f9f590cfe3fcf3989c36050dd086a0
This commit is contained in:
@@ -9,6 +9,7 @@ BUGS:
|
|||||||
- 'autoexternal' doesn't work
|
- 'autoexternal' doesn't work
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
|
9 check autocmd Events - which are applicable etc.
|
||||||
9 edit messages with vim
|
9 edit messages with vim
|
||||||
8 the archives need to be mailbox specific
|
8 the archives need to be mailbox specific
|
||||||
- currently it archives mail to the first Archive folder found
|
- currently it archives mail to the first Archive folder found
|
||||||
|
|||||||
@@ -16,10 +16,9 @@
|
|||||||
<dt>PageLoadPre</dt> <dd>Triggered after a page load is initiated</dd>
|
<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>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>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>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>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>Leave</dt> <dd>Triggered before exiting &dactyl.host;</dd>
|
||||||
|
|
||||||
<dt>FolderLoad</dt> <dd>Triggered after switching folders in &dactyl.host;</dd>
|
<dt>FolderLoad</dt> <dd>Triggered after switching folders in &dactyl.host;</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user