საიტის გასაუმჯობესებელი სამუშაოების მიმდინარეობისას, შესაძლებლობების ნაწილი შეიზღუდება. თუ სტატიით ვერ მოახერხებ ხარვეზის გამოსწორება და შეკითხვის დასმა გსურთ, ჩვენი მხარდაჭერის გუნდი დაგეხმარებათ @FirefoxSupport გვერდის მეშვეობით Twitter-ზე და /r/firefox განყოფილებაში Reddit-ზე.

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

thunderbird-paste-without-formatting ?

  • 1 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 1 ნახვა
  • ბოლოს გამოეხმაურა Toad-Hall

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)

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