Az oldal korlátolt funkcionalitással fog rendelkezni, amíg elvégezzük a felhasználói élményt javító karbantartást. Ha egy leírás nem oldja meg a problémáját, és kérdést tenne fel, akkor a támogatási közösségünk a @FirefoxSupport Twitter oldalon tud segíteni, vagy az /r/firefox oldalon a Redditen.

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

Can't remove focus from address bar using Esc key.

  • 4 válasz
  • 2 embernek van ilyen problémája
  • 1 megtekintés
  • Utolsó üzenet ettől: lazywei

more options

Before upgrading to the new Firefox, if the focus (i.e. the cursor) was on the address bar (aka the search bar), then pressing the Esc key would remove focus. However, after upgrading, once focus is put on the address bar, pressing Esc doesn't seem to do a thing, and I can't get out of editting the address bar unless I click the webpage with my mouse.

Is this a problem with my browser, or is that the way it is now? Could you possibly make it so pressing Esc removes focus from the address bar again?

Before upgrading to the new Firefox, if the focus (i.e. the cursor) was on the address bar (aka the search bar), then pressing the Esc key would remove focus. However, after upgrading, once focus is put on the address bar, pressing Esc doesn't seem to do a thing, and I can't get out of editting the address bar unless I click the webpage with my mouse. Is this a problem with my browser, or is that the way it is now? Could you possibly make it so pressing Esc removes focus from the address bar again?

Összes válasz (4)

more options

If there's something in about:config I can edit to fix this behavior, that would also be great.

more options

Aren't you confused with the F6 key to switch the focus between the location/address bar and the website area?

Maybe you had an extension that worked this way, but AFAIK then ESC doesn't affect the focus, it merely restored modification you made (undo action.

more options

That's odd.... I don't think any of my extensions would've done that, but it's fine. F6 works fine.

Would you happen to know if there's any way to make ESC remove focus from the address bar though? Or in other words, make Esc work just as well as F6.

more options

If you are using macOS, you would probably like to try out Karabiner https://pqrs.org/osx/karabiner/. It can help you remap keys: specifically, remap keys in certain App, e.g. Firefox.

So for me, I solve this by map CMD+L to F6 in Firefox (if you want, I believe you can map Esc to F6). As a result, I can press CMD+L to focus the address bar and then press it again to de-focus. I hope it helpful.

For what it worth, here is the snippet I use to bind the keymap:

   
   <autogen>
     __KeyToKey__
     KeyCode::L, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_COMMAND,
     KeyCode::F6
   </autogen>