This repository was archived by the owner on Sep 5, 2018. It is now read-only.
Commit 53d56b4
committed
fix bug where case-sensitive hotstring wasn't being passed to label
mentioned in issue #5
the following example was previously failing, but is fixed with this commit:
Hotstring("Trigger2", "replace", 2)
replace($) {
; $ == 'trigger'
MsgBox % "'" . $ . "' was entered!"
}1 parent 6bdf7b5 commit 53d56b4
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
0 commit comments