mirror of
https://github.com/evilC/AutoHotInterception.git
synced 2024-11-16 21:25:46 +00:00
Fix Monitor logic
This commit is contained in:
parent
6e7a47c93c
commit
2717e494ee
@ -16,7 +16,7 @@ global Monitor := MonitorWrapper.GetInstance()
|
|||||||
|
|
||||||
DeviceList := MonitorWrapper.GetDeviceList()
|
DeviceList := MonitorWrapper.GetDeviceList()
|
||||||
|
|
||||||
start := 1
|
start := 0
|
||||||
|
|
||||||
Gui, Add, Text, w300 Center Section, Keyboards
|
Gui, Add, Text, w300 Center Section, Keyboards
|
||||||
Loop 2 {
|
Loop 2 {
|
||||||
@ -33,7 +33,7 @@ Loop 2 {
|
|||||||
}
|
}
|
||||||
if (!IsMouse){
|
if (!IsMouse){
|
||||||
Gui, Add, Text, x+5 ym w300 Center Section, Mice
|
Gui, Add, Text, x+5 ym w300 Center Section, Mice
|
||||||
start := 11
|
start := 10
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user