#IfWinActive ahk_exe Photoshop.exe ;只作用於Photoshop
;滑鼠滾輪調整筆刷大小
WheelUp::
Send {]}
return
WheelDown::
Send {[}
return
;套索選取中可用Ctrl+滑鼠滾輪縮放顯示比例
^WheelUp::
Send {NumpadAdd}
return
^WheelDown::
Send {NumpadSub}
return
;抵銷單按Alt之後跳到選單操作
~LAlt::LAlt
Send {esc}
Send {esc}
return
跟我有相同需求的人可以參考看看
使用上碰到問題可以留言討論
沒有留言:
張貼留言