added config reg file + changed y-pos for win 10 compatibility

This commit is contained in:
Joe
2020-01-07 11:32:21 -06:00
parent 633a4e74e4
commit fba7ccb017
2 changed files with 1 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ PasteButton:
return
ButtonBulkPaste:
aStrings := StrSplit(clipboard, "|")
aStrings := StrSplit(StrReplace(Clipboard, "`r`n"), "|")
Loop % aStrings.Length() {
GuiControl,,Texts%A_Index%, % aStrings[A_Index]

BIN
HammererConfig.reg Normal file

Binary file not shown.