added config reg file + changed y-pos for win 10 compatibility
This commit is contained in:
@@ -72,7 +72,7 @@ PasteButton:
|
|||||||
return
|
return
|
||||||
|
|
||||||
ButtonBulkPaste:
|
ButtonBulkPaste:
|
||||||
aStrings := StrSplit(clipboard, "|")
|
aStrings := StrSplit(StrReplace(Clipboard, "`r`n"), "|")
|
||||||
|
|
||||||
Loop % aStrings.Length() {
|
Loop % aStrings.Length() {
|
||||||
GuiControl,,Texts%A_Index%, % aStrings[A_Index]
|
GuiControl,,Texts%A_Index%, % aStrings[A_Index]
|
||||||
|
|||||||
BIN
HammererConfig.reg
Normal file
BIN
HammererConfig.reg
Normal file
Binary file not shown.
Reference in New Issue
Block a user