添加循环次数保证跳到最后或最前

This commit is contained in:
2026-03-06 14:05:07 +08:00
parent 8d9cd590ce
commit a8a270a8a5

View File

@@ -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()
} }