Created
May 27, 2012 16:56
-
-
Save rohinomiya/2815069 to your computer and use it in GitHub Desktop.
コマンドプロンプト上で、ctrl+v で貼りつけできるようにする ref: http://qiita.com/items/96d2fe81682083e25d48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#IfWinActive ahk_class ConsoleWindowClass | |
^v:: | |
keywait, ctrl | |
Send, !{SPACE}ep | |
return | |
#IfWinActive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment