搜索 | 用户支持

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

详细了解

Make Superscript

  • 5 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 sfhowes

more options

Thunderbird previous command for a superscript was "control, shift P," maybe a month ago. Now it's a spelling check. Help.

Thunderbird previous command for a superscript was "control, shift P," maybe a month ago. Now it's a spelling check. Help.

所有回复 (5)

more options

It's still there in the menu. I also have it on the toolbar courtesy of an addon.

https://addons.mozilla.org/en-US/thunderbird/addon/extra-format-buttons/

I don't recall seeing any hint of a keyboard shortcut so I'm surprised to learn of the one you describe. If the menu item doesn't indicate a shortcut, you could use the keyconfig addon to specify one for yourself.

https://addons.mozilla.org/en-GB/thunderbird/addon/dorando-keyconfig/ http://kb.mozillazine.org/Keyconfig_extension:_Thunderbird

由Zenos于修改

more options

The commands for superscript and subscript are here. In the keyconfig options, I created a new key with this command:

doStyleUICommand("cmd_superscript");

and assigned the key Ctrl+Alt+U. Select the text you wish to have as a superscript and then apply the key. To return to normal format, Format/Discontinue Text Styles or Ctrl+Shift+Y.

more options

Thank you for the information but I don't know where to put the command.

more options

For the other answer, thank you, But after I download the add-on, I didn't where to find the file.

more options

Here are instructions for installing add-ons:

http://xenos-email-notes.simplesite.com/416814616

Open Options for Dorando keyconfig, click 'Add new key' and paste the command in the code box; give the key a name. Once it is added, click in the key box (Shift+any... in the picture) and press the keys you want for the shortcut (I used Alt+Ctrl+U as it was unused).

由sfhowes于修改