1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 11:44:10 +01:00

add DownloadPost autocmd event

This commit is contained in:
Doug Kearns
2008-10-15 01:52:59 +00:00
parent 50a5eeea56
commit 7770adb4af
4 changed files with 41 additions and 19 deletions

View File

@@ -40,6 +40,7 @@ const config = { //{{{
autocommands: [["BookmarkAdd", "Triggered after a page is bookmarked"],
["DOMLoad", "Triggered when a page's DOM content has fully loaded"],
["DownloadPost", "Triggered when a download has completed"],
["LocationChange", "Triggered when changing tabs or when naviagtion to a new location"],
["PageLoadPre", "Triggered after a page load is initiated"],
["PageLoad", "Triggered when a page gets (re)loaded/opened"],