Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

thunderbird-paste-without-formatting ?

  • 1 отговор
  • 1 има този проблем
  • 1 изглед
  • Последен отговор от Toad-Hall

more options

Tried the following procedure for Linux (Centos 7.6.xx) TB to switch the Paste and Paste without Formatting keys around

http://kv5r.com/computers/thunderbird-paste-without-formatting/

Partly works ...

"Paste Ctl+Shift+V " - Ctl+Shift+V keys now works as Paste ( with Formatting )

But "Past without Formatting Ctl+V " - Ctl+V keys still works as Paste ( i.e. with formatting). Like this to work as Paste ( with no Formatting ) function.

Tried the following procedure for Linux (Centos 7.6.xx) TB to switch the Paste and Paste without Formatting keys around http://kv5r.com/computers/thunderbird-paste-without-formatting/ Partly works ... "Paste Ctl+Shift+V " - Ctl+Shift+V keys now works as Paste ( with Formatting ) But "Past without Formatting Ctl+V " - Ctl+V keys still works as Paste ( i.e. with formatting). Like this to work as Paste ( with no Formatting ) function.

Променено на от roadrunner101

Всички отговори (1)

more options

In a new 'Write' window select 'Edit' > to show context menu Post image showing drop down menu.


In platformHTMLBindings.xml Check you have this <handler event="keypress" key="v" command="cmd_paste" modifiers="accel, shift"/> <handler event="keypress" key="v" command="cmd_pasteNoFormatting" modifiers="accel"/>

Not this: <handler event="keypress" key="v" command="cmd_paste" modifiers="accel, shift"/> <handler event="keypress" key="v" command="cmd_pasteNoFormatting" modifiers="accel, shift"/>

Променено на от Toad-Hall