PuTTYを使っていて、何かの間違いで大量のテキストをクリップボードに抱えたまま右クリック→運悪くsudo rm -rf /が含まれていたという事態を回避するためのAutoHotKeyスクリプト。 ;----------------------------------------------------------- ; PuTTYで複数行の貼り付け前には確認する on = 0 $RButton:: CoordMode,Mouse,Screen MouseGetPos, x, y, win WinGetClass, cls, ahk_id %win% If(cls="PuTTY") { If (on=0) { StringSplit, strout, clipboard, `n If(strout0>1 or InStr(clipboard, "sudo")>0) { MsgBox, 30