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=JamesD] See if this will provide the action you requested. Copy the RCCopyLink.kmm file to your user macro folder and restart KM. Be sure to save the file with the 'all files' option and give it the name 'RCCopyLink.kmm'. The code starts with the '# K-Meleon Macros...' line. [b]RCCopyLink.kmm[/b] [code] # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # ---------- RCCopyLink macro for K-Meleon -------------------- # # Dependencies : - main.kmm # # ------------------------------------------------------------------- _RCCopyLink_Copy{ setclipboard( $URL ); } _RCCopyLink_ModMenu{ ### show in Document Popup ; setmenu("DocumentSave",macro,_("Copy URL to Clipboard"),_RCCopyLink_Copy,-1); } $OnInit=$OnInit."_RCCopyLink_ModMenu;"; # ------------------------------------------------------- $macroModules=$macroModules."RCCopyLink;"; [/code][/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development