Mozilla サポートの検索

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

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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 人がこの問題に困っています
  • 33 回表示
  • 最後の返信者: 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.