mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:28:01 +01:00
updated :autocmd <tab> info
This commit is contained in:
@@ -36,9 +36,10 @@ liberator.config = { //{{{
|
||||
defaults: { guioptions: "" },
|
||||
guioptions: { m: ["toolbar-menubar"], T: ["nav-bar"], b: ["PersonalToolbar"] },
|
||||
|
||||
autocommands: [["PageLoad", "Triggered when a page gets (re)loaded/opened"],
|
||||
["Quit", "Triggered before exiting Thunderbird"],
|
||||
["Startup", "Triggered after Thunderbird starts"]],
|
||||
autocommands: [["LocationChange", "Triggered when changing tabs or when naviagtion to a new location"],
|
||||
["PageLoad", "Triggered when a page gets (re)loaded/opened"],
|
||||
["Quit", "Triggered before exiting Thunderbird"],
|
||||
["Startup", "Triggered after Thunderbird starts"]],
|
||||
|
||||
dialogs: [
|
||||
["about", "About Firefox",
|
||||
|
||||
Reference in New Issue
Block a user