mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-22 18:41:25 +02:00
Use the new Asciidoc tables syntax.
This commit is contained in:
@@ -22,28 +22,29 @@ Add {cmd} to the list of commands Xulmus will execute on {event} for a URL match
|
||||
|
||||
Available {events}:
|
||||
|
||||
`--------------------`----------------------------------------
|
||||
*BookmarkAdd* Triggered after a page is bookmarked
|
||||
*ColorScheme* Triggered after a color scheme has been loaded
|
||||
*DOMLoad* Triggered when a page's DOM content has fully loaded
|
||||
*DownloadPost* Triggered when a download has completed
|
||||
*Fullscreen* Triggered when the player's fullscreen state changes
|
||||
*LocationChange* Triggered when changing tabs or when navigating to a new location
|
||||
*PageLoadPre* Triggered after a page load is initiated
|
||||
*PageLoad* Triggered when a page gets (re)loaded/opened
|
||||
*ShellCmdPost* Triggered after executing a shell command with [c]:![c]#{cmd}
|
||||
*TrackChangePre* Triggered before a playing track is changed
|
||||
*TrackChange* Triggered after a playing track has changed
|
||||
*ViewChangePre* Triggered before a sequencer view is changed
|
||||
*ViewChange* Triggered after a sequencer view is changed
|
||||
*StreamStart* Triggered after a stream has started
|
||||
*StreamPause* Triggered after a stream has paused
|
||||
*StreamEnd* Triggered after a stream has ended
|
||||
*StreamStop* Triggered after a stream has stopped
|
||||
*XulmusEnter* Triggered after Songbird starts
|
||||
*XulmusLeavePre* Triggered before exiting Songbird, just before destroying each module
|
||||
*XulmusLeave* Triggered before exiting Songbird
|
||||
--------------------------------------------------------------
|
||||
[frame="topbot",grid="none",cols="1,4"]
|
||||
|===============================================================================
|
||||
|*BookmarkAdd* |Triggered after a page is bookmarked
|
||||
|*ColorScheme* |Triggered after a color scheme has been loaded
|
||||
|*DOMLoad* |Triggered when a page's DOM content has fully loaded
|
||||
|*DownloadPost* |Triggered when a download has completed
|
||||
|*Fullscreen* |Triggered when the player's fullscreen state changes
|
||||
|*LocationChange*|Triggered when changing tabs or when navigating to a new location
|
||||
|*PageLoadPre* |Triggered after a page load is initiated
|
||||
|*PageLoad* |Triggered when a page gets (re)loaded/opened
|
||||
|*ShellCmdPost* |Triggered after executing a shell command with [c]:![c]#{cmd}
|
||||
|*TrackChangePre*|Triggered before a playing track is changed
|
||||
|*TrackChange* |Triggered after a playing track has changed
|
||||
|*ViewChangePre* |Triggered before a sequencer view is changed
|
||||
|*ViewChange* |Triggered after a sequencer view is changed
|
||||
|*StreamStart* |Triggered after a stream has started
|
||||
|*StreamPause* |Triggered after a stream has paused
|
||||
|*StreamEnd* |Triggered after a stream has ended
|
||||
|*StreamStop* |Triggered after a stream has stopped
|
||||
|*XulmusEnter* |Triggered after Songbird starts
|
||||
|*XulmusLeavePre*|Triggered before exiting Songbird, just before destroying each module
|
||||
|*XulmusLeave* |Triggered before exiting Songbird
|
||||
|===============================================================================
|
||||
|
||||
{pat} is a regular expression, use .* if you want to match all URLs.
|
||||
|
||||
@@ -51,21 +52,22 @@ Note: This differs from Vim which uses a glob rather than a regex for {pat}.
|
||||
|
||||
The following keywords are available where relevant:
|
||||
|
||||
`--------------`----------------------------------------------
|
||||
*<url>* The URL against which the event was selected.
|
||||
*<title>* The page, bookmark or download title.
|
||||
*<doc>* The document for which the event occurred. Only for *DOMLoad*, *PageLoad* and *PageLoadPre*.
|
||||
*<tab>* The tab in which the event occurred. Only for *DOMLoad*, *PageLoad* and *PageLoadPre*.
|
||||
*<tags>* The tags applied to <url>. Only for *BookmarkAdd*.
|
||||
*<keyword>* The keywords applied to the bookmark. Only for *BookmarkAdd*.
|
||||
*<icon>* The icon associated with <url>. Only for *BookmarkAdd*.
|
||||
*<size>* The size of a downloaded file. Only for *DownloadPost*.
|
||||
*<file>* The target destination of a download. Only for *DownloadPost*.
|
||||
*<state>* The new fullscreen state. Only for *Fullscreen*.
|
||||
*<name>* The color scheme name. Only for *ColorScheme*.
|
||||
*<view>* The new sequencer view. Only for *ViewChangePre* and *ViewChange*.
|
||||
*<track>* The new media track. Only for *TrackChangePre*, *TrackChange* and *Stream\**.
|
||||
--------------------------------------------------------------
|
||||
[frame="topbot",grid="none",cols="1,4"]
|
||||
|===============================================================================
|
||||
|*<url>* |The URL against which the event was selected.
|
||||
|*<title>* |The page, bookmark or download title.
|
||||
|*<doc>* |The document for which the event occurred. Only for *DOMLoad*, *PageLoad* and *PageLoadPre*.
|
||||
|*<tab>* |The tab in which the event occurred. Only for *DOMLoad*, *PageLoad* and *PageLoadPre*.
|
||||
|*<tags>* |The tags applied to <url>. Only for *BookmarkAdd*.
|
||||
|*<keyword>*|The keywords applied to the bookmark. Only for *BookmarkAdd*.
|
||||
|*<icon>* |The icon associated with <url>. Only for *BookmarkAdd*.
|
||||
|*<size>* |The size of a downloaded file. Only for *DownloadPost*.
|
||||
|*<file>* |The target destination of a download. Only for *DownloadPost*.
|
||||
|*<state>* |The new fullscreen state. Only for *Fullscreen*.
|
||||
|*<name>* |The color scheme name. Only for *ColorScheme*.
|
||||
|*<view>* |The new sequencer view. Only for *ViewChangePre* and *ViewChange*.
|
||||
|*<track>* |The new media track. Only for *TrackChangePre*, *TrackChange* and *Stream\**.
|
||||
|===============================================================================
|
||||
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
Reference in New Issue
Block a user