General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
How to configure "paste & go" to open in a new tab?
Posted by: Voltaire
Date: June 09, 2021 07:36AM

When I paste an URL into the URL-field I have it set to open in a new tab.

When using "paste & go" (KM76 – n.a. in KM75) it is opening in the same tab.

But I always want it to open in a new tab (for both "manually paste and press enter key on the keyboard" or using "paste & go" from the right klick menue).

You could want to tell me that in that case I always have to do it manually – but then "paste & go" would be completely obsolete – what would be a bad joke ...

... or is it just missing and there is not yet a setting for it?

Btw.: keyboard shordcut (ctrl-alt-v) should do the same.



Edited 1 time(s). Last edit at 06/09/2021 07:36AM by Voltaire.

Options: ReplyQuote
Re: How to configure "paste & go" to open in a new tab?
Posted by: anonymous
Date: June 09, 2021 08:17AM

replace
$URLBAR=getclipboard(); id(ID_NAV_GO);
in main.kmm with
opentab(getclipboard());

Options: ReplyQuote
Re: How to configure "paste & go" to open in a new tab?
Posted by: Voltaire
Date: June 09, 2021 10:21AM

... thanks ... is workin' ... smiling smiley

Options: ReplyQuote
Re: How to configure "paste & go" to open in a new tab?
Posted by: siria
Date: June 09, 2021 12:51PM

Quote
Voltaire
When I paste an URL into the URL-field I have it set to open in a new tab.

When using "paste & go" (KM76 – n.a. in KM75) it is opening in the same tab.

The macro should probably use this by default, to respect the setting for typed URLs:
openTyped($URLBAR);

Options: ReplyQuote


K-Meleon forum is powered by Phorum.