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=ndebord] I have an extensive list of macros designed to work with KM 0.9 and KM 1.0xx. Some are executables, some are search engines and some are just URLs that I like to have listed under the Tools menu. I know the old method of hand coding macros.cfg has been replaced by using *.kmmm files. I vaguely recall that you could set up a "personal" kmm file of some kind in which you can place your old stuff, but the details escape me or perhaps the detailed step by step samples are somewhere I've not looked. So for example for executables: ---------------- macros.cfg AIM { menu = "AIM"; exec("C:\\AIM\\AIM.EXE"); } ---------------- menus.cfg - macros(AIM) - ------------------ accel.cfg %ifplugin macros ALT A = macros(AIM) %endif ------------------ And for Search Engines: macros.cfg Scroogle{ &OldSearch; $search = "Scroogle"; $eng = "http://www.scroogle.org/cgi-bin/nbbw.cgi?Gw="; &SetSearch; } EngineSync{ setcheck("macros(Scroogle)", getpref(STRING, $sen) == "Scroogle" ? true:false); -------------------- menus.cfg macros(Scroogle) ----------------------- And for URLs: menus.cfg macros(SportsYahoo) --------------------- macros.cfg Verizon{ menu = "Verizon"; #$site = "http://business.verizon.net/"; $site = "https://www22.verizon.com/ForyourHome/Registration/Reg/Login.aspx"; opennew($site); } Tks for listening,[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development