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=desga2] Yes as kko wrote the best macro to do this (in 1.1.X) is: in Edit -> Configuration -> User Defined Macros create a new text file named 'LayerUrlsCopier.kmm' with this code: [code] # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # ---------- Layer Urls Copier -------------------------------------------- # # Dependencies : - # Resources : - # Preferences : - # # ---------------------------------------------------------------------- CopyLayerURLs{ setclipboard(pluginmsgex(layers,GetLayersInWindow,"",STRING)); } # ----- PRIVATE _LayerUrlsCopier_BuildMenu{ # layer button popup $__m=_("Co&py All Layer URLs"); $kLayers==true?setmenu(LayerButtonPopup,macro,$__m,CopyLayerURLs,CloseLayer):0; $kLayers==true?setmenu(LayerButtonPopup,separator,$__m):0; } $OnInit=$OnInit."_LayerUrlsCopier_BuildMenu;"; # ----------------------------------------------------------------------- $macroModules=$macroModules."LayerUrlsCopier;"; [/code] * EDITED * Macro code added to [url=http://kmeleon.sourceforge.net/wiki/MacroLibrary]MacroLibrary[/url].[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development