Hacker News new | past | comments | ask | show | jobs | submit login

No built in better way I know of, but I have

    ; Type in the clipboard
    ^!v::
    MyClip = %clipboard%
    StringReplace, MyClip, MyClip, `r, , All
    SendRaw %MyClip%
    return
in my AutoHotkey script for a long time now to let me hit Ctrl-Alt-V and have it type in the text of whatever's in the clipboard. (Type instead of paste to get around random situations where the clipboard won't do what I want)



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: