Development :  K-Meleon Web Browser Forum
K-Meleon development related discussions. 
K-Meleon Commands and Accelerators Quick Guide.
Posted by: desga2
Date: July 14, 2008 03:01PM

I made this web page as K-Meleon Commands and Accelerators Quick Guide.

K-Meleon Commands and Accelerators Quick Guide
(Mirror)

It's not ended and fully update but can helped to K-Meleon users.
Please report in this forun thread your comments, suggestions and updates that you found.

The purpose of this web page is to replace the old file "commands.txt" that you can found in K-Meleon\skins\commands.txt or in K-Meleon menus: Edit -> Configuration -> Commands List.

If you like replace it now download this web page and save it in "K-Meleon\defaults" folder and change this code in file "cfg.kmm" in your K-Meleon "macros" folder:
- Original code:
cfg_Commands{
$ext="txt"; &getExtensionHandler;
exec(sub("%1",getfolder(RootFolder)."\\skins\\commands.txt",$cmdline));
}

- Modified code:
cfg_Commands{
$OpenURL="resource:///defaults//commands.html";
&OpenURL_InNew;
}

Thanks.

K-Meleon in Spanish



Edited 1 time(s). Last edit at 07/14/2008 03:03PM by desga2.

Options: ReplyQuote
Re: K-Meleon Commands and Accelerators Quick Guide.
Posted by: gvgerman
Date: July 15, 2008 12:45PM

@desga2

Nicely done!

Options: ReplyQuote
Re: K-Meleon Commands and Accelerators Quick Guide.
Posted by: JamesD
Date: July 15, 2008 02:10PM

@ degas2

Really great work!

I put the page into my KM 1.5beta2 and it looks great. The code in cfg.kmm was a little different so I did not replace. I just commented out the old and added the new.

cfg_Commands{
# macroinfo=_("View a list of commands available for menus, macros and toolbars");
# $ext="txt"; &getExtensionHandler; $cfg_File="commands.txt";
# $__path=getfolder(RootFolder)."\\skins\\".$cfg_File; $__data=readfile($__path);
# $__data==""?&cfg_FileNotFound:exec(sub("%1",$__path,$cmdline));
$OpenURL="resource:///defaults//commands.html";
&OpenURL_InNew;
}

Options: ReplyQuote
Re: K-Meleon Commands and Accelerators Quick Guide.
Posted by: desga2
Date: July 15, 2008 02:33PM

@ JamesD;

Note that this Quick Guide is not fully complet (90%) and it's for 1.1.X versions.
When i full finished it i'll started with 1.5 version update of this Quick Guide.

K-Meleon in Spanish

Options: ReplyQuote
Re: K-Meleon Commands and Accelerators Quick Guide.
Posted by: ndebord
Date: July 25, 2008 06:11PM

desga2,

Like most users, I'll make my moves with my old macros and such to KM 1.5 when it goes gold. This is an excellent guide to part of that move as the old KM scripting language and useage in macros was more end user friendly to my mind. I'm still grapppling with setting up a personal section in menus.cfg and then setting up a macros.kmm file. I remember doing it for KM 1.1xx but will probably have to relearn it for KM 1.5 gold.

Much thanks!

N

Options: ReplyQuote
Re: K-Meleon Commands and Accelerators Quick Guide.
Posted by: desga2
Date: December 13, 2008 09:01PM

Well, now is the time!
I like start to update my little K-Meleon Quick Guide to new 1.5.x:
- Update command line options.
- Update mouse and keys accelerators.
- Include more macro syntax and little simple examples of use.
- Menus structures.
- Macro structures.
- Skins structures.
- Accelerators and menus definitions.
- How to create a toolbar.
- How to create a skin.

...And all K-Meleon newbie need to start learn to use and custom K-Meleon.

If you have some idea or suggestion to include it, now is the moment! smiling smiley
Thanks for all yours colaborations.

P.S.; Why now? Because I want to stop posting and to allow the other friends a little post on the forum. Note I have more posts tham my friend guenter and he takes more time than me in the forum (since the beginning of times) tongue sticking out smiley
I want dedicated more time to K-Meleon development and less to resolve problems and dudes in forum now that there are enough people who can help with that.

This is my good purpose for the new year 2009:
I like better the K-Meleon Documentation.

Merry Christmas to all!

K-Meleon in Spanish



Edited 2 time(s). Last edit at 12/13/2008 10:43PM by desga2.

Options: ReplyQuote
Re: K-Meleon Commands and Accelerators Quick Guide.
Posted by: JamesD
Date: December 13, 2008 09:43PM

@ desga2

Excellent work.

Options: ReplyQuote


K-Meleon forum is powered by Phorum.