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.

詳しく学ぶ

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

Disable ENTER key in the message list pane

  • 1 件の返信
  • 1 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: woodengod

more options

Hi Community, I am using TB on macOS 78.5.1 on macOS and I want to disable the ENTER key in the message list pane. The best if it doesn't do anything, but if it could do anything different than open messages in new tab I could consider it an option. Any suggestions? Add-ons like tbkeys and likes don't seem to be working.

Hi Community, I am using TB on macOS 78.5.1 on macOS and I want to disable the ENTER key in the message list pane. The best if it doesn't do anything, but if it could do anything different than open messages in new tab I could consider it an option. Any suggestions? Add-ons like tbkeys and likes don't seem to be working.

選ばれた解決策

It is worth mentioning if somebody finds it useful, the following settings changeable in the advanced config editor provide some workaround, not very nice, but definitely better than nothing:

Changing the following setting to 2 prevents opening a single (RSS only) message in a new tab: >// Feed message display (summary or web page), on open. >// Action on double click or enter in threadpane for a feed message. >// 0 - open content-base url in new window >// 1 - open summary in new window >// 2 - toggle load summary and content-base url in message pane >// 3 - load content-base url in browser >pref("rss.show.content-base", 0);

Changing the following setting to 2 gives a warning prompt before opening more selected messages in new tabs: >// warn user if they attempt to open more than this many messages at once >pref("mailnews.open_tab_warning", 20);

この回答をすべて読む 👍 0

すべての返信 (1)

more options

選ばれた解決策

It is worth mentioning if somebody finds it useful, the following settings changeable in the advanced config editor provide some workaround, not very nice, but definitely better than nothing:

Changing the following setting to 2 prevents opening a single (RSS only) message in a new tab: >// Feed message display (summary or web page), on open. >// Action on double click or enter in threadpane for a feed message. >// 0 - open content-base url in new window >// 1 - open summary in new window >// 2 - toggle load summary and content-base url in message pane >// 3 - load content-base url in browser >pref("rss.show.content-base", 0);

Changing the following setting to 2 gives a warning prompt before opening more selected messages in new tabs: >// warn user if they attempt to open more than this many messages at once >pref("mailnews.open_tab_warning", 20);