Pasting into TurboTax

Why the ******** doesn't TurboTax allow me to paste text from my clipbopard? Specifically the password for my financial institutions when I'm importing forms.

Reply to
Porter Smith
Loading thread data ...

Someone thought they were improving password security by discouraging the use of the clipboard.

A relatively simple work around is to use a program such as AutoHotKey to "paste" from the clipboard:

formatting link

On Windows, I use the following script that uses Ctrl-Alt-v to "paste" from the clipboard into text fields that block Ctrl-v:

^!v:: ; paste without formatting plainpaste: StringReplace, clipboardt, clipboard, `r`n, %A_Space%, All clipboardt := RegExReplace(clipboardt, "` {2,}", "` ") StringLeft, 1st, clipboardt, 1 IfInString, 1st, %A_Space% StringTrimLeft, clipboardt, clipboardt, 1 Send %clipboardt% clipboardt return

Reply to
Sherlock

Sherlock wrote in news: snipped-for-privacy@googlegroups.com:

I am so glad TT is looking out for me :)

Nice idea, but it will take me longer to type the script than to type the

12 character passwords my password generator generates.
Reply to
Porter Smith

It only takes Ctrl-c and Ctrl-v to "type the script" ;)

The benefit to using the AutoHotKey script is that the solution applies to all programs that block a text box paste.

Reply to
Sherlock

For those interested, I improved the original AutoHotKey script:

^!v:: ; a paste replacement tclipboard := RegExReplace(clipboard, "\r\n$") SendInput {Raw}%tclipboard% return

Reply to
Sherlock

It doesn't appear to work for TurboTax 2017. :(

Reply to
alton

AutoHotKey and the AutoHotKey script provided do work for TurboTax 2017 and other programs where I've use it (Windows 7).

Reply to
Sherlock

I apologize. You're right, it does work. I tried the wrong keys since I'm on a Mac using VNC. For those interested, with a MAC on VNC into Windows, you should be using control-command-v.

Reply to
alton

I apologize. You're right, it does work. I tried the wrong keys since I'm o n a Mac using VNC. For those interested, with a MAC on VNC into Windows, yo u should be using control-command-v, but it does not work over an SSH tunne l with RealVNC. If anyone has the right key mapping, please let me know.

Thanks!

Reply to
alton

Reply to
alton

Thank you soooo much for this script and the link to Autohotkey. I would not get through TT without it. I upgraded all my finance passwords to long gibberish. Impossible to type them all.

Reply to
tjmillsiv

The "improved" script works great! I'm on native Windows 10 with TurboTax 2018. Many thanks!

Reply to
osmaneralp

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.