diff --git a/CapSpace.ahk b/CapSpace.ahk index a02079a..7a34712 100644 --- a/CapSpace.ahk +++ b/CapSpace.ahk @@ -16,7 +16,7 @@ $^Left::SendEvent("{Blind}^#{Left}") $^Right::SendEvent("{Blind}^#{Right}") $^Up:: { - Loop 5 { + Loop 8 { SendEvent("{Blind}^#{Left}") Sleep(1) } @@ -25,7 +25,7 @@ $^Up:: { } $^Down:: { - Loop 5 { + Loop 8 { SendEvent("{Blind}^#{Right}") Sleep(1) }