Improvement requests
: K-Meleon Forum
Use this forum to talk about a feature you're missing. Use the bug tracker to report it if necessary.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=mookbark] DIY macro for NirSoft faview.exe: Click Edit > Configuration > Menus to open menus.cfg for the current profile, then paste the following three lines of code into it: [b][code]!&Bookmarks{ NirSoft Bookmarks=macros(NirSoftBook)|3 } [/code][/b] Explanation: "!&Bookmarks" adds an entry into the existing bookmarks menu (!=append). "NirSoft Bookmarks" is the text as seen on the menu, it can be changed to anything you like. "(NirSoftBook)" calls the macro by name, which is defined in the next step. The "|3" at the end determines where the text fits into the menu based on index numbers counting up from zero, thus it's the fourth item down, just after Options in KM 1.5.x Next open Notepad and paste the following three lines of code into it, then save it as "NirSoft.kmm" (or any other name) in K-Meleon \ Macros folder: [b][code]NirSoftBook{ exec("C:\\foldernamehere\\NirSoft\\faview.exe"); }[/code][/b] No other code is necessary for the macro to function. I keep a single .kmm file like this one for collecting all similar mini macros. When K-Meleon is restarted it should be loaded, although you could make sure it's enabled in the macro preferences if necessary. Note that this simple example can be copied and modified to add any external program to any menu. Explanation: "NirSoftBook" names the macro and the path name after "exec" (execute) defines the location of the .exe on the hard drive.[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development