- 934 名前:972 mailto:sage [2008/01/16(水) 23:08:19 ID:918cbrqn0]
- >>929
ありがとうございます。トグルを生かす!方向でいろいろいじくってるのですが・・・ もっとうまいやりかたないでしょうか。 ;;; エキスプローラ、デスクトップなどで自前の右クリックメニューを出す #IfWinActive, ahk_class ExploreWClass $RButton:: Goto, mymenu #IfWinActive, ahk_class CabinetWClass $RButton:: Goto, mymenu #IfWinActive, ahk_class Progman $RButton::Goto, mymenu #IfWinActive mymenu: Send,{LButton} Clipboard = Send,^c ClipWait,0.1 if Clipboard { Menu, M1, Add, &Notepad.exe, label_notepad Menu, M1, show } else { KeyWait, RButton Send,{RButton} } return label_notepad: Run,notepad.exe "%Clipboard%" return
|

|