Skip to content

Instantly share code, notes, and snippets.

@t-takata
Last active May 16, 2018 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t-takata/a1e4bbe0ad425f179a9ce27cdb6b79e1 to your computer and use it in GitHub Desktop.
Save t-takata/a1e4bbe0ad425f179a9ce27cdb6b79e1 to your computer and use it in GitHub Desktop.
Win+[CVN] で Copy,Paste,NewWindow する AutoHotkey 設定
#IfWinActive ahk_class mintty
#c::Send,^+c
#v::Send,^+v
#n::Send,^+n
#IfWinNotActive ahk_exe mstsc.exe
#a::Send,^a
#c::Send,^c
#v::Send,^v
#n::Send,^n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment