Skip to content

Instantly share code, notes, and snippets.

@jutememo
Created March 22, 2011 17:05
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 jutememo/881589 to your computer and use it in GitHub Desktop.
Save jutememo/881589 to your computer and use it in GitHub Desktop.
^+Q:: ; Ctrl + Shift + Q
Send ^c ; 対象のソースコードをコピー
Send !{Tab} ; Alt + Tab でウィンドウを切り替える
; Windows Live Writer がアクティブになるのを待つ
SetTitleMatchMode, 2
WinWaitActive, Windows Live Writer, , 2
; クリップボードの内容を変更
clipboard = <pre class="prettyprint">%clipboard%</pre>
Send !+hvsh{Enter} ; Alt+h v s h Enter
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment