How to swap clipboard contents for current selection in Visual Studio

后端 未结 2 1246
予麋鹿
予麋鹿 2021-01-21 08:24

Does anyone know of a simple way to swap whatever is currently in my clipboard with the current mouse selection?

So lets say my clipboard has the text Foo

2条回答
  •  逝去的感伤
    2021-01-21 08:57

    I know you didn't want a solution that involved installing anything, but I landed on this page with the same question, so I decided to post an answer ( that does include a gui )

    install AutoHotKey!

    see http://www.autohotkey.com/board/topic/15-clipboard-hotkey-functions/

    Kind regards

    Ward

提交回复
热议问题