Extensions
: K-Meleon Forum
All about K-Meleon extensions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=ndebord] [quote=Matrixlaser] Hi I installed GUL Integrated to simplify my nookmarking experience in K-Meleon but I don't know how to launch GUL Integrated from K-Meleon browser. There's no icon and I looked under all menus but I don't see an option to launch GUL Integrated. Does anyone know how to correct this? Thanks[/quote] Matrixlaser, Not sure, others who are more macro savvy than I should be of more help. This is what I use to get a hotkey for Cookie Culler KMM file. You could adapt it for use with GUL I think. _cookieculler_SetAccels{ setaccel("ALT C","macros(cookieculler)"); Below is the full cookie culler macro ========================= # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # ---------- Cookie Culler (Cookie Culler) ------------------------------------------------------------------- # # Dependencies : main.kmm (OpenURL) # Resources : - # Preferences : - # # ------------------------------------------------------------------------------------------------------------------ cookieculler{ $OpenURL="chrome://cookieculler/content/CookieCuller.xul"; &OpenURL_InNewWindow; } # ----- PRIVATE _cookieculler_BuildMenu{ # Creates a new "main menu" item that is called "Download Helper" #setmenu(Main,popup,"&Extensions","&Help"); # edit menu #setmenu("&Extensions",macro,"Cookie Culler",cookieculler); setmenu(PrivacySecurity,macro,"Cookie Culler",cookieculler,-1); _cookieculler_SetAccels{ setaccel("ALT C","macros(cookieculler)"); } $OnInit=$OnInit."_cookieculler_SetAccels;_cookieculler_BuildMenu;"; # ------------------------------------------------------------------------------------------------------------------ $macroModules=$macroModules."cookieculler;"; ================[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development