Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

Why can I no longer use arrow keys to go between tabs?

  • 1 përgjigje
  • 13 e kanë hasur këtë problem
  • 3 parje
  • Përgjigjja më e re nga cor-el

more options

I recently got a new Windows 7 computer and have Firefox 3.6.10 installed on it. On my old computer I used to be able to double click the tabs so that they got a little "box" around the text (telling me it was selected) and then used the arrow keys to go back and forth between the tabs.

I liked doing it this way as that left a free hand to be able to close any tabs I didn't want open at the same time (unlike similar functions such as Ctrl + Page Up/Down which take two hands to operate) -- does anyone know if I can fix this? I read that pressing F7 might solve the problem, but that didn't seem to change anything.

I recently got a new Windows 7 computer and have Firefox 3.6.10 installed on it. On my old computer I used to be able to double click the tabs so that they got a little "box" around the text (telling me it was selected) and then used the arrow keys to go back and forth between the tabs. I liked doing it this way as that left a free hand to be able to close any tabs I didn't want open at the same time (unlike similar functions such as Ctrl + Page Up/Down which take two hands to operate) -- does anyone know if I can fix this? I read that pressing F7 might solve the problem, but that didn't seem to change anything.

Ndryshuar nga Lafiel

Krejt Përgjigjet (1)

more options

In Firefox 3.5 and later you can no longer click the Tab bar to set focus to it.
You can press Ctrl+K (Mac: Cmd+K) to set focus to the search bar and press the Tab key until the tab bar gets focus.

See dao's post in this MozillaZine forum thread: http://forums.mozillazine.org/viewtopic.php?f=23&t=1304895

Add code to userChrome.css below the @namespace line.
See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

.tabbrowser-tab[selected="true"] {-moz-user-focus: normal !important;}