General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
Macros I made to close the current layer then focus to right or left layer.
Posted by: Hao Jiang
Date: October 14, 2004 01:26AM


# ---New Layers Macros---
CloseRight{
plugin(layers,"next");
plugin(layers,"prev");
plugin(layers,"close");
}

CloseLeft{
plugin(layers,"prev");
plugin(layers,"next");
plugin(layers,"close");
}


I add two buttons relating these two macros in Layer Toolbar to fullfilling this function.
I also add two mouse gestures "DownLeft" "DownRight" relating these two macros.
I think they are very convenient and hope can add those in the new build.

Hao

Options: ReplyQuote
Re: Macros I made to close the current layer then focus to right or left layer.
Posted by: jsnj
Date: October 14, 2004 01:41AM

Nice. :-).

Options: ReplyQuote
Re: Macros I made to close the current layer then focus to right or left layer.
Posted by: Carson
Date: October 14, 2004 01:46AM

Hao, this looks interesting. I am just an end-user, but I have a lot of experience with Firefox. I'm trying to learn everything I can about K-M now.

I wonder if you would go into more detail about your settings. Would you please tell me exactly where you place them in K-M?

I don't use mouse gestures as much, but I would like to see just how your tabs work with K-M. Thank you. smiling smiley

Options: ReplyQuote
Re: Macros I made to close the current layer then focus to right or left layer.
Posted by: guenter
Date: October 14, 2004 07:31AM

macros.cfg afaik

Options: ReplyQuote
Re: Macros I made to close the current layer then focus to right or left layer.
Posted by: Hao Jiang
Date: October 14, 2004 03:45PM

As I noted, put my Macros in macros.cfg in your profile directory.
And put these below in your toolbars.cfg in your skin directory:
(I am using the boxed-classic skin right now, but the setup can be easily ported into other skins):

In Layer/Window Buttons{ }, add
CloseRight{
macros(CloseRight)
Close to right
toolhot.bmp[35]
}

CloseLeft{
macros(CloseLeft)
Close to left
toolhot.bmp[36]
}


for toolhot.bmp, just look at your skin bmp to choose which one you like.

Hao

Options: ReplyQuote
Re: Macros I made to close the current layer then focus to right or left layer.
Posted by: Carson
Date: October 14, 2004 04:09PM

Thank you, Hao. I'm going to try this, this morning. :-)

Options: ReplyQuote


K-Meleon forum is powered by Phorum.