搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Disable ENTER key in the message list pane

  • 1 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 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);