Page 1 of 1

Switching back from address bar to list view

Posted: 05 Jul 2019 17:43
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.

Re: Switching back from address bar to list view

Posted: 05 Jul 2019 17:47
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

Re: Switching back from address bar to list view

Posted: 05 Jul 2019 17:52
by John_C
@highend You rock, thanks :)