summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbreadcat2019-02-06 10:27:33 +0000
committerbreadcat2019-02-06 10:27:33 +0000
commitfafb8c969c01d4299629e991f36fdadb672acfd1 (patch)
tree008bcc9ab70de6a86ce2a935c1660d7c8364b817
parentc394f40b9207de7ccfc2a8e271f0928510ac34af (diff)
downloadahka-fafb8c969c01d4299629e991f36fdadb672acfd1.tar.gz
ahka-fafb8c969c01d4299629e991f36fdadb672acfd1.tar.bz2
ahka-fafb8c969c01d4299629e991f36fdadb672acfd1.zip
Split LCR code
-rw-r--r--ahk-assistant.ahk5
1 files changed, 3 insertions, 2 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk
index d488676..07632e2 100644
--- a/ahk-assistant.ahk
+++ b/ahk-assistant.ahk
@@ -554,9 +554,10 @@ workDatFile() {
workLCRInsert() {
digitsLCR := "010101"
digitStart := "2"
- Send 1{tab}0-7{enter}{sleep 1000}{tab 3}
+ Send 1{tab}0-7{enter}{sleep 1500}{tab 3}
loop 8 {
- Send c{tab}%digitStart%{tab 2}%digitsLCR%{tab}%digitsLCR%{tab}%digitsLCR%{tab}{sleep 50}
+ Send c{tab}%digitStart%{tab 3}%digitsLCR%{tab}%digitsLCR%{tab}%digitsLCR%{tab}{sleep 150} ; 3.1.7
+ ; Send c{tab}%digitStart%{tab 2}%digitsLCR%{tab}%digitsLCR%{tab}%digitsLCR%{tab}{sleep 50} ; >3.1.7
digitStart++ ; increment digit by 1
}
Return