OK
Size: a a a
OK
NS
OK
NS
NS
OK
s & WheelUp ;stroke: +1, shift: +10, ctrl: -0.1
s & WheelDown ;stroke: -1, shift: -10, ctrl: -0.1
OK
;change stroke
aiStroke(direction) {
if ImageSearch(X, Y, 0, 0, A_ScreenWidth, A_ScreenHeight, aiImg("buttons\stroke")) {
mouseSave
Click X + 50, Y + (direction = "up"? 0 : 10)
mouseRestore
} else
say "can't find control panel`nor stroke control on it"
}
NS
s & WheelUp ;stroke: +1, shift: +10, ctrl: -0.1
s & WheelDown ;stroke: -1, shift: -10, ctrl: -0.1
OK
NS
NS
OK
;alt-menu hotkeys hack in non latin layout
for v in StrSplit("cefhoqstvw")
Hotkey "!" v, ( (v,*) => key("{Alt down}" (v = "q"? "o" : v)) ).Bind(v)
OK
alt-o
продублировано на alt-q
OK
NS
;change stroke
aiStroke(direction) {
if ImageSearch(X, Y, 0, 0, A_ScreenWidth, A_ScreenHeight, aiImg("buttons\stroke")) {
mouseSave
Click X + 50, Y + (direction = "up"? 0 : 10)
mouseRestore
} else
say "can't find control panel`nor stroke control on it"
}