General
: K-Meleon Forum
General discussion about K-Meleon.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=jsnj] [quote=desga2] ... I'm using groups2_HotGroups.kmm file from \macros subdirectory in my KM user profile, not in main \K-Meleon\macros folder. User Defined Macros are loaded at the end, after main macros. If you are using HotGroups macro from main \K-Meleon\macros folder you can rename the macro file from groups2_HotGroups.kmm to x_HotGroups2.kmm, for example, to macro file will be loaded after hotlink.kmm macro module and accelerators will be overlayed. Greetings.[/quote] Since most users place new macros in the main macros folder and the extension installers do the same, to solve the problem, just build the hotgroups accels again on startup. No renaming necessary. $OnStartup = $OnStartup . "_Groups2_Startup;[b]_Groups2_BuildHotGroupsMenu[/b];"; or only set them OnStartup: _Groups2_BuildHotGroupsMenu { # Create HotGroups menu & accels: setmenu(_("&HotGroups"), macro, _("&Set Hotlink as HotGroup..."), "kmPrefs(hotlinks)"); setmenu(_("&HotGroups"), separator, 1); } _Groups2_BuildHotGroupsAccels{ $_i=0; while($_i != 10) { setmenu(_("&HotGroups"), macro, _("HotGroup ") . $_i, "_Groups2_HotGroup" . $_i); setaccel("CTRL " . $_i, "macros(_Groups2_OpenHotGroup(" . $_i . "))"); $_i = $_i + 1; } } $OnStartup = $OnStartup . "_Groups2_Startup;[b]_Groups2_BuildHotGroupsAccels[/b];";[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development