Page 1 of 1
Options to open "recent location" in new tabs
Posted: 13 Jun 2024 20:46
by terrytw
Right now recent location always opens at current tab. I know I can shift click on it, but it is annoying to do so.
Is it possible to have an option that defaults to open recent locations in new tab?
Much appreciated!
Re: Options to open "recent location" in new tabs
Posted: 14 Jun 2024 09:32
by eil
I's wish All the situations that require "Shift+click for open in new tab" could work through Right-hold + Left-click.
Re: Options to open "recent location" in new tabs
Posted: 14 Jun 2024 09:35
by admin
The first is not planned, the latter not possible.
Re: Options to open "recent location" in new tabs
Posted: 15 Jun 2024 01:42
by jupe
I assume you access Recent Locations from the toolbar button, if so, you could replace it with a user button with a script to do what you want, I can supply a script if you are interested.
Re: Options to open "recent location" in new tabs
Posted: 15 Jun 2024 02:03
by terrytw
jupe wrote: ↑15 Jun 2024 01:42
I assume you access Recent Locations from the toolbar button, if so, you could replace it with a user button with a script to do what you want, I can supply a script if you are interested.
That sounds fantastic! So kind of you

Re: Options to open "recent location" in new tabs
Posted: 15 Jun 2024 02:21
by jupe
Something like this is the bare bones:
Code: Select all
$f = popupmenu(regexreplace(<get list_recentlocations>, "^(.+?)$", "$1|$1|$1"),,, 2, 32,, <crlf>, "|"); if ($f) { tab("new", $f); }
Re: Options to open "recent location" in new tabs
Posted: 15 Jun 2024 02:40
by terrytw
jupe wrote: ↑15 Jun 2024 02:21
Something like this is the bare bones:
Code: Select all
$f = popupmenu(regexreplace(gettoken(<get list_recentlocations>, 2, <crlf>,, 2), "^(.+?)$", "$1|$1|$1"), 6:=<crlf>, 7:="|"); if ($f) { tab("new", $f); }
Amazing! Works like a charm! Thank you so much!
Also @admin, I love the new icons, subtle but comfortable improvements over the old ones.
Re: Options to open "recent location" in new tabs
Posted: 15 Jun 2024 08:48
by admin
terrytw wrote: ↑15 Jun 2024 02:40
Also @admin, I love the new icons, subtle but comfortable improvements over the old ones.
