Page 1 of 1

UDC snippet: AB focus toggle

Posted: 20 Oct 2013 19:32
by Filehero
Hi,

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
 }
/e: :idea: Tip: <CTRL>+<L>, <CTRL>+<C> always copies the current path. :idea:


Cheers,
Filehero

Re: UDC snippet: AB focus toggle

Posted: 10 Nov 2013 17:16
by yusef88
a nice idea :appl:

Re: UDC snippet: AB focus toggle

Posted: 10 Nov 2013 17:19
by Filehero
yusef88 wrote:a nice idea :appl:
Thank you. :)