Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Cuireadh an snáithe seo sa chartlann. Cuir ceist nua má tá cabhair uait.

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 fhreagra
  • 12 leis an bhfadhb seo
  • 34 views
  • Freagra is déanaí ó 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?

Réiteach roghnaithe

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;}
Read this answer in context 👍 1

All Replies (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?

Athraithe ag vince100 ar

more options

Réiteach Roghnaithe

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.