with the great arrival of the long-awaited breadcrumbs I'm testing how much plain navigation can be done without the address bar.
In order to get the AB quickly back and focused I use this little UDC-snippet which I trigger with my alternative Focus Address Bar command shortcut <CTRL>+<L>.
Code: Select all
if (get("#660") == 0) {
#660; // toggle AB on
#1014; // focus AB
} else {
#660; // toggle AB off
}Cheers,
Filehero
XYplorer Beta Club