Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

keyboard shortcut "Ctrl+End" does not work as expected. tried safemode. do not move the tab to end of list as specified, only scroll to the end of the page.

  • 4 відповіді
  • 12 мають цю проблему
  • 2 перегляди
  • Остання відповідь від vince100

more options

According to http://support.mozilla.com/en-us/kb/keyboard+shortcuts, "Ctrl+End" should move the current tab to the end of the list of tabs.

But the shortcut does not work. It only scrolls to the end of the current page as if only "End" is pressed.

I have tried safemode of firefox, and closed every other opened program.

What else should I do to debug this problem? or may it's a bug in firefox somehow?

According to http://support.mozilla.com/en-us/kb/keyboard+shortcuts, "Ctrl+End" should move the current tab to the end of the list of tabs. But the shortcut does not work. It only scrolls to the end of the current page as if only "End" is pressed. I have tried safemode of firefox, and closed every other opened program. What else should I do to debug this problem? or may it's a bug in firefox somehow?

Обране рішення

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

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

.tabbrowser-tab[selected="true"] {-moz-user-focus: normal !important;}
Читати цю відповідь у контексті 👍 1

Усі відповіді (4)

more options

Move Tab to End
(when tab is focused)

When a Tab has focus it will have a "dotted box" around the page name that appears in the Tab. A change was made in Firefox 3.5 that made keyboard navigation of Tabs more difficult (and virtually useless IMO). Use {Ctrl + L} to place focus in the Location bar, than hit the TAB key twice to shift focus to the Tab you are viewing; then {Ctrl + End} will move that Tab to the last Tab position.

more options

Thank you for your reply.

I have to say that shortcut is completely useless as it is designed.

Is it possible to put focus on a tab by double clicking it?

Or could someone please let me know the command to this "Move current tab to end of list" action, so keyconfig may be able to map the command?

Змінено vince100

more options

Вибране рішення

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

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

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

Thanks.

The modification to userchrome.css works well.