Improvement requests :  K-Meleon Web Browser Forum
Use this forum to talk about a feature you're missing. 
CTRL Tab menu like in Opera
Posted by: cmau
Date: February 01, 2008 08:39AM

Just a small suggestion for the future versions:

Would be great to have a CTRL Tab menu like in Opera or Notepad++. This would help if one has a lot of tabs open and a small screen. Maybe this can be compiled to a plugin, so people can turn it off.

Options: ReplyQuote
Re: CTRL Tab menu like in Opera
Posted by: desga2
Date: February 01, 2008 12:06PM

By default in K-Meleon you can use this accelerates (keys shortcut) to move to layers:

CTRL+TAB => Go to next layer.
CTRL+SHIFT+TAB => Go to previus layer.

CTRL+Page Up => Go to previus layer.
CTRL+Page Down => Go to next layer.
CTRL+ALT+TAB => Go to previusly selected layer.

Almos you can added the next code lines in your profile 'accelerate.cfg' file.
Go to menu: Edit -> Configuration -> Accelerators and add this code lines at the end of file.

%ifplugin layers
CTRL VK_LEFT = layers(Prev)
CTRL VK_RIGHT  = layers(Next)
%endif

Save changes and restart K-M. With this you can do:
CTRL+LEFT => Go to next layer.
CTRL+RIGHT => Go to previus layer.

To view a list of layers opened you can do right click over a layer title/button and go to Layers submenu.
You can put this submenu layer list in your right click context menu:
Edit -> Configuration -> Menus and add this code lines at the end of file.
%ifplugin layers
Layers{
layers()
}
!DocumentPopup{
-
:Layers
}
%endif

Save changes and restart K-M. With this you can see a new context submenu named 'Layers' with layer list.

K-Meleon in Spanish

Options: ReplyQuote
Re: CTRL Tab menu like in Opera
Posted by: desga2
Date: February 10, 2008 06:40PM

@ cmau;
You can do this, more similar to you like;
Go to menu: Edit -> Configuration -> Accelerators and add this code lines at the end of file.
%ifplugin layers
ALT T = rebarmenu(&Layers)
%endif

P.S.; Thanks to Fred by remember me rebarmenu() plugin use.

K-Meleon in Spanish



Edited 1 time(s). Last edit at 02/10/2008 06:41PM by desga2.

Options: ReplyQuote
Re: CTRL Tab menu like in Opera
Posted by: cmau
Date: February 12, 2008 09:19AM

@desga2

Thanks for the tip. Is there a way to do this for Kmeleon 1.5? Since I think it does not have layers plugin.

Options: ReplyQuote
Re: CTRL Tab menu like in Opera
Posted by: kko
Date: February 12, 2008 04:22PM

Quote
cmau
Is there a way to do this for Kmeleon 1.5?

Yes. Just call menu "T&abs" instead of "&Layers".

Options: ReplyQuote
Re: CTRL Tab menu like in Opera
Posted by: desga2
Date: February 12, 2008 04:52PM

1.5 is an alpha version with tabs instead layers, this methods (tablist()) isn't development yet.

K-Meleon in Spanish

Options: ReplyQuote
Re: CTRL Tab menu like in Opera
Posted by: kko
Date: February 12, 2008 05:08PM

Quote
desga2
1.5 is an alpha version with tabs instead layers, this methods (tablist()) isn't development yet.

It is since Build 21. smiling smiley

Options: ReplyQuote
Re: CTRL Tab menu like in Opera
Posted by: desga2
Date: February 12, 2008 05:39PM

I didn't see it, sorry.
But in 1.5 menus.cfg file it isn't included:
T&abs{
}
#&Layers{
#Se&ttings...=layers(Config)
#-
#layers()
#}

@ kko & cmau: You must changed this in menus.cfg to:
T&abs{
@TabList
}

@ kko; 2 questions;

Why 'Options...' menu item is showed in this case without called it?

Why in menu View -> Tabs the tabs showed are correctly refreshed and in this accelerate (and in tabs bar contextmenu: rigth clik over tabs bar, 'Tabs' submenu) isn't it? Bug or feature? smiling smiley

K-Meleon in Spanish



Edited 1 time(s). Last edit at 02/12/2008 06:10PM by desga2.

Options: ReplyQuote
Re: CTRL Tab menu like in Opera
Posted by: kko
Date: February 12, 2008 06:04PM

Quote
desga2
But in 1.5 menus.cfg file it isn't included:

Right, forgot that you don't have what I have. grinning smiley
It will be included in 1.5a2 (should be released soon).


Quote
desga2
Why 'Options...' menu item is showed in this case without called it?

It's added by a macro if you mean that.


Quote
desga2
Why in menu View -> Tabs the tabs showed are correctly refreshed and in this accelerate (contextmenu) isn't it? Bug or feature? smiling smiley

Definitely a bug. :p (Thanks, I had not noticed it yet.)

Options: ReplyQuote


K-Meleon forum is powered by Phorum.