Switching back from address bar to list view

Features wanted...
Post Reply
John_C
Posts: 336
Joined: 16 May 2018 20:04

Switching back from address bar to list view

Post by John_C »

There is a shortcut to focus address bar (Alt+D) and a shortcut to focus list view (Ctrl+Alt+L). From my point of view, the scenario "go to address bar -> type some address -> return to list" is used so often that it will be better to simplify it. I see 2 possible options:

a) In case the focus is in address bar, Alt+D should return it to list.

b) In case the focus is in address bar, Enter should submit the typed text (this is how it already works currently) and then change focus to list. In other words, the same way as Windows Explorer works.

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Switching back from address bar to list view

Post by highend »

a.) You could script that by creating a udc and assign it that shortcut
b.)

Code: Select all

[Settings]
; Tweak: 1 = Tree > List, 2 = Catalog > List, 4 = Address Bar > List, 8 = Favs > List
SetFocusTo=4
One of my scripts helped you out? Please donate via Paypal

John_C
Posts: 336
Joined: 16 May 2018 20:04

Re: Switching back from address bar to list view

Post by John_C »

@highend You rock, thanks :)

Post Reply