Improvement requests :  K-Meleon Web Browser Forum
Use this forum to talk about a feature you're missing. 
Direct shortcut to "Paste and Go"
Posted by: shekhar_who
Date: September 02, 2008 05:22AM

Direct shortcut to "Paste and Go". Currently it is available under the "Go To URL" button. I'd like to have a single click option for this. So a button specially on the toolbar for this would be nice.

Thanks
Sukhjinder...

http://sukhjinder.cn/letsyo

Options: ReplyQuote
Re: Direct shortcut to "Paste and Go"
Posted by: ra
Date: September 02, 2008 10:02PM

A direct shortcut would be [Ctrl]&[Alt]&[V]; but you can add a customized button yourself if you like to.

Options: ReplyQuote
Re: Direct shortcut to "Paste and Go"
Posted by: shekhar_who
Date: September 04, 2008 10:49AM

Please tell me how can I add a customized button.

Thanks...

http://sukhjinder.cn/letsyo

Options: ReplyQuote
Re: Direct shortcut to "Paste and Go"
Posted by: desga2
Date: September 07, 2008 06:19PM

In official release:
Edit -> Configuration -> Toolbars

In CCF ME version you must edit your skin toolbars.cfg file in \skins subfolder.

Read Documentation about toolbars to how add a toolbar button.

If need some example you can search in forum, i posted some examples about one year ago.

K-Meleon in Spanish



Edited 1 time(s). Last edit at 09/07/2008 06:23PM by desga2.

Options: ReplyQuote
Re: Direct shortcut to "Paste and Go"
Posted by: panzer
Date: September 15, 2008 02:36PM

Paste and go button should be included in the next official version of Kmeleon instead of Go.

Options: ReplyQuote
Re: Direct shortcut to "Paste and Go"
Posted by: desga2
Date: September 15, 2008 05:30PM

"Paste and Go" is included in official release but not like a toolbar button.

You can do "Paste and Go" in Go toolbar button Right click context menu or with the key accelerator Ctrl+Alt+V.

K-Meleon in Spanish

Options: ReplyQuote
Re: Direct shortcut to "Paste and Go"
Posted by: panzer
Date: September 15, 2008 05:42PM

No, I can't. I use Ctrl+Alt+V for @. sad smiley

Can I change toolbars.cfg so that Go button will become Paste and Go button?

Options: ReplyQuote
Re: Direct shortcut to "Paste and Go"
Posted by: desga2
Date: September 15, 2008 06:39PM

Yes, you can. In toolbars.cfg file change this code:
	Go{
	%ifplugin macros
	macros(Go_Selected)|_Go
	Go to URL. Right-click for more options.
	%else
	ID_NAV_GO
	Go to URL
	%endif
	gohot.bmp[0]
	gocold.bmp[0]
	}

to this:
	Go{
	%ifplugin macros
	macros(Go_Paste)|_Go
	Paste URL and Go. Right-click for more options.
	%else
	ID_NAV_GO
	Go to URL
	%endif
	gohot.bmp[0]
	gocold.bmp[0]
	}

To change accelerator keys you can add this line code in Edit -> Configuration -> Accelerators:
CTRL ALT G = macros(Go_Paste)
Or you can use VK_F10 or VK_F12, to use F10 or F12 key to do it.

K-Meleon in Spanish



Edited 3 time(s). Last edit at 09/15/2008 06:49PM by desga2.

Options: ReplyQuote
Re: Direct shortcut to "Paste and Go"
Posted by: panzer
Date: September 15, 2008 06:51PM

Thanx. It works. But the icon vanished.

You can do "Paste and Go" in Go toolbar button Right click context menu.

Now I get it. Before I changed the macro, right click on Go did not work (Kmeleon 1.5.0 version-bug?). So I wondered what you meant...

Options: ReplyQuote


K-Meleon forum is powered by Phorum.