Skip to content

Commit

Permalink
Updated the ahk script to be more local
Browse files Browse the repository at this point in the history
  • Loading branch information
jrddupont committed Aug 10, 2017
1 parent cddc9ef commit 11e5956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input.ahk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
^+v::
SetKeyDelay, 1
Loop, read, E:\Dropbox\Workspace 2017-2018\VariSlic3\output.txt
Loop, read, output.txt
{
Loop, parse, A_LoopReadLine, %A_Tab%
{
Expand Down

0 comments on commit 11e5956

Please sign in to comment.