#IfWinActive ahk_class Photoshop ;PS软件
~MButton::Send, {space down}{LButton down} ;鼠标中键移动窗口
~MButton Up::Send, {space up}{LButton up} ;鼠标中键移动窗口
如果其他按键,如右键按下,则中键按中键执行,现在是右键遇到中键弹出左键了,
我的想法是,在~MButton里面添加if,判断右键情况,结果程序失败了,怎么回事能。
~MButton::Send, {space down}{LButton down} ;鼠标中键移动窗口
~MButton Up::Send, {space up}{LButton up} ;鼠标中键移动窗口
如果其他按键,如右键按下,则中键按中键执行,现在是右键遇到中键弹出左键了,
我的想法是,在~MButton里面添加if,判断右键情况,结果程序失败了,怎么回事能。