1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 07:27:58 +01:00

add QuitPre and ShellCmdPost autocommand events

This commit is contained in:
Doug Kearns
2008-08-28 11:53:46 +00:00
parent bd9c55742b
commit 61d29dc6be
4 changed files with 8 additions and 0 deletions

View File

@@ -41,7 +41,9 @@ liberator.config = { //{{{
autocommands: [["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"],
["QuitPre", "Triggered before exiting Firefox, just before destroying each module"],
["Quit", "Triggered before exiting Firefox"],
["ShellCmdPost", "Triggered after executing a shell command with :!cmd"],
["Startup", "Triggered after Firefox starts"]],
dialogs: [