1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 19:22:25 +01:00

enabled tab-completion of PageLoadPre autocommand event.

This commit is contained in:
Tim Hammerquist
2008-06-23 20:41:25 +00:00
parent e9072147e5
commit 6e04db8a01

View File

@@ -37,6 +37,7 @@ liberator.config = { //{{{
guioptions: { m: ["toolbar-menubar"], T: ["nav-bar"], b: ["PersonalToolbar"] }, guioptions: { m: ["toolbar-menubar"], T: ["nav-bar"], b: ["PersonalToolbar"] },
autocommands: [["LocationChange", "Triggered when changing tabs or when naviagtion to a new location"], 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"], ["PageLoad", "Triggered when a page gets (re)loaded/opened"],
["Quit", "Triggered before exiting Firefox"], ["Quit", "Triggered before exiting Firefox"],
["Startup", "Triggered after Firefox starts"]], ["Startup", "Triggered after Firefox starts"]],