添加循环次数保证跳到最后或最前
This commit is contained in:
@@ -25,12 +25,12 @@ A_MenuMaskKey := "vkE8"
|
|||||||
}
|
}
|
||||||
|
|
||||||
*^Up:: {
|
*^Up:: {
|
||||||
SendInput("#^{Left 10}")
|
SendInput("#^{Left 14}")
|
||||||
SafeRelease()
|
SafeRelease()
|
||||||
}
|
}
|
||||||
|
|
||||||
*^Down:: {
|
*^Down:: {
|
||||||
SendInput("#^{Right 10}")
|
SendInput("#^{Right 14}")
|
||||||
SafeRelease()
|
SafeRelease()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user