Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sleep more between commands when doing word wrap. #2

Merged
merged 1 commit into from
Oct 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions app_handling.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ getTaskbarDimensions(ByRef tw, ByRef th) {
#If WinActive(ahk_sublime)
CapsLock & w::
SendInput ^+P
Sleep 180
Sleep 200
SendInput wwp
Sleep 90
SendInput {Enter}
Sleep 200
SetCapsLockState Off
SendInput {Enter}
Return
#If

Expand All @@ -168,9 +168,9 @@ CapsLock & w::
Sleep 380
SendInput active editor use soft wraps
Sleep 200
SendInput {Enter}
SetCapsLockState Off
Sleep 90
SendInput {Enter}
Sleep 100
SendInput {Esc}
Return
#If
Expand Down