For those suffering with this, there is a partial workaround, for pasting only text (loses formatting).
I use an AutoHotKey script for this. Good thing is it works in any program, not only Eveote.
Script below, adapted from this forum post.
Autohotkey - http://autohotkey.com
$^+v::
Sleep, 100
ClipSaved := ClipboardAll ;save original clipboard contents
Clipboard = %clipboard% ;remove formatting
Sleep, 100
Send ^v ;send the Ctrl+V command
Sleep, 100
Clipboard := ClipSaved ;restore the original clipboard contents
ClipSaved = ;clear the variable
Retu
Recent Questions...
ما را در سایت Recent Questions دنبال میکنید
برچسب:
نویسنده: استخدام کار
بازدید: 218
تاريخ: چهارشنبه
26 خرداد
1395 ساعت: 10:30