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] I think you are a little vague. You can do it with the accelerate Ctrl+F4 or with a mouse gesture (Look Mouse Gesture Plugin in Preferences). A) [url=http://kmeleon.sourceforge.net/wiki/index.php?id=ConfigFiles#menus]Read this documentation about menus.cfg file[/url]. B) [url=http://kmeleon.sourceforge.net/wiki/MacroLanguage2#setmenu()]Read this documentation about macros[/url]. There are two ways to do it: 1) Go to Edit -> Configuration -> Menus, and add this code lines at the end of file: [code] # New inline menu for context menu to close: !Document{ !CloseTab } [/code] Save changes in file and restart K-Meleon to changes take effect. 2) Go to Edit -> Configuration -> User-Defined Macros, and create a new text file, renamed it to Close_CM.kmm (for example) and open the file with notepad (for example). Add this macro code in file: [code] # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- Close menu in Context menu ------------------------------------------------- # # Dependencies : - # Resources : - # Preferences : - # Version : - # --------------------------------------------------------------------------------------- # _Close_CM_BuildMenu{ # New inline menu for context menu to close: setmenu("Document",inline,"CloseTab",-1); } $OnInit=$OnInit."_Close_CM_BuildMenu;"; [/code] Save changes in file and restart K-Meleon to changes take effect.[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development