]> git.donarmstrong.com Git - dactyl.git/blob - teledactyl/locale/en-US/autocommands.xml
Initial import of 1.0~b6
[dactyl.git] / teledactyl / locale / en-US / autocommands.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet type="text/xsl" href="dactyl://content/help.xsl"?>
3
4 <!DOCTYPE overlay SYSTEM "dactyl://content/dtd">
5
6 <overlay
7     xmlns="&xmlns.dactyl;"
8     xmlns:html="&xmlns.html;">
9
10 <dl tag="autocommand-list" replace="autocommand-list">
11     <dt>ColorScheme</dt>       <dd>Triggered after a color scheme has been loaded</dd>
12     <dt>DOMLoad</dt>           <dd>Triggered when a page's DOM content has fully loaded</dd>
13     <dt>DownloadPost</dt>      <dd>Triggered when a download has completed</dd>
14     <dt>Fullscreen</dt>        <dd>Triggered when the browser's fullscreen state changes</dd>
15     <dt>LocationChange</dt>    <dd>Triggered when changing tabs or when navigating to a new location</dd>
16     <dt>PageLoadPre</dt>       <dd>Triggered after a page load is initiated</dd>
17     <dt>PageLoad</dt>          <dd>Triggered when a page gets (re)loaded/opened</dd>
18     <dt>ShellCmdPost</dt>      <dd>Triggered after executing a shell command with <ex>:!</ex><a>cmd</a></dd>
19     <dt>Enter</dt>             <dd>Triggered after &dactyl.host; starts</dd>
20     <dt>LeavePre</dt>          <dd>Triggered before exiting &dactyl.host;, just before destroying each module</dd>
21     <dt>Leave</dt>             <dd>Triggered before exiting &dactyl.host;</dd>
22     <dt>FolderLoad</dt>        <dd>Triggered after switching folders in &dactyl.host;</dd>
23 </dl>
24
25 <dl tag="autocommand-args" replace="autocommand-args">
26     <dt>&lt;url></dt>       <dd>The URL against which the event was selected.</dd>
27     <dt>&lt;title></dt>     <dd>The page, bookmark or download title.</dd>
28     <dt>&lt;doc></dt>       <dd>The document for which the event occurred. Only for <em>DOMLoad</em>, <em>PageLoad</em> and <em>PageLoadPre</em>.</dd>
29     <dt>&lt;tab></dt>       <dd>The tab in which the event occurred. Only for <em>DOMLoad</em>, <em>PageLoad</em> and <em>PageLoadPre</em>.</dd>
30     <dt>&lt;size></dt>      <dd>The size of a downloaded file. Only for <em>DownloadPost</em>.</dd>
31     <dt>&lt;file></dt>      <dd>The target destination of a download. Only for <em>DownloadPost</em>.</dd>
32     <dt>&lt;name></dt>      <dd>The name of the item. Only for <em>ColorScheme</em> and <em>Sanitize</em>.</dd>
33 </dl>
34
35 </overlay>
36
37 <!-- vim:se sts=4 sw=4 et: -->