Skip to content

Instantly share code, notes, and snippets.

@rohinomiya
Created May 27, 2012 16:56
Show Gist options
  • Save rohinomiya/2815069 to your computer and use it in GitHub Desktop.
Save rohinomiya/2815069 to your computer and use it in GitHub Desktop.
コマンドプロンプト上で、ctrl+v で貼りつけできるようにする ref: http://qiita.com/items/96d2fe81682083e25d48
#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