1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-28 09:44:05 +02:00

mention <fullscreen> keyword in autocommands help

This commit is contained in:
Doug Kearns
2008-11-02 11:52:58 +00:00
parent 189d578da8
commit d52466188e
+2 -1
View File
@@ -39,7 +39,7 @@ differs from Vim which uses a glob rather than a regexp for {pat}.
The following keywords are available where relevant: The following keywords are available where relevant:
`-----------`------------------------------------------------- `--------------`----------------------------------------------
*<url>* The URL against which the event was selected. *<url>* The URL against which the event was selected.
*<title>* The page, bookmark or download title. *<title>* The page, bookmark or download title.
*<tab>* The index tab in which the event occurred. *<tab>* The index tab in which the event occurred.
@@ -48,6 +48,7 @@ The following keywords are available where relevant:
*<icon>* The icon associated with <url>. Only for *BookmarkAdd*. *<icon>* The icon associated with <url>. Only for *BookmarkAdd*.
*<size>* The size of a downloaded file. *<size>* The size of a downloaded file.
*<file>* The target destination of a download. *<file>* The target destination of a download.
*<fullscreen>* The new fullscreen state.
-------------------------------------------------------------- --------------------------------------------------------------
________________________________________________________________________________ ________________________________________________________________________________