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] You can set where new tabs are opened in Preferences (F2) -> Browsing -> Tabbed Browsing -> General To setting where bookmarks is opened go to Preferences (F2) -> K-Meleon Plugins -> Netscape Bookmarks -> General tab -> "Open Netscape Bookmarks Using The" options. If you like open bookmarks at last and links at next you can make a macro to open links that switch the pref kmeleon.tabs.onOpenOption between values 0 and 1. For example: - In accel.cfg file (Edit -> Configuration -> Accelerators) add this line: LButton = macros(linknext) - Create a new text file in your Profile macros folder and renamed it like linknext.kmm. Add this code to this file: [code] # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- Open Links at next tab --------------------------------------------------------- # # Dependencies : - # Resources : - # Preferences : - # Version : 1.0 # --------------------------------------------------------------------------------------- # linknext{ togglepref(INT, "kmeleon.tabs.onOpenOption", 0, 1); $OpenURL=$LinkURL; $OpenURL==""?0:&OpenURL_InNew; togglepref(INT, "kmeleon.tabs.onOpenOption", 0, 1); } $OnLoad=$OnLoad."linknext;"; $macroModules=$macroModules."linknext;"; [/code] You must be setting to open at last (value 0) to open bookmarks at last.[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development