Development
: K-Meleon Forum
K-Meleon development related discussions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=JujuLand] ---------------- macros.cfg AIM { menu = "AIM"; exec("C:\\AIM\\AIM.EXE"); } ---------------- menus.cfg - macros(AIM) - ------------------ accel.cfg %ifplugin macros ALT A = macros(AIM) %endif ============================================================================ # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # ------------ AIM menu ---------------- # # Dependencies : # Resources : - # Preferences : - # # ------------------------------------------------------- _AIM{ exec("C:\\AIM\\AIM.EXE"); } # ----- PRIVATE _AIM_BuildMenu{ setmenu("AIM",macro,"AIM",&_AIM,"&Tools"); setaccel("ALT A","macros(_AIM)"); } $OnInit=$OnInit."_AIM_BuildMenu;"; # ---------------------------------------------------------- $macroModules=$macroModules."AIM;"; Really easier, just one file to touch, all the originals are modified, and it's also easier to disable with kmprefs. It's a good beginning to do the others. The hardest is sometime to place the menu entries :) A+[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development