-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed variables/functions #5, renameVar('a_loopfilefullpath','A_Loo…
…pFilePath')
- Loading branch information
1 parent
97bae45
commit 7eca656
Showing
6 changed files
with
41 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
v:=A_LoopFileFullPath | ||
. A_LoopFileLongPath | ||
. A_Clipboard | ||
. A_ComSpec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#SingleInstance force | ||
SendMode "Input" ; Recommended for new scripts due to its superior speed and reliability. | ||
SetWorkingDir A_ScriptDir ; Ensures a consistent starting directory. | ||
#KeyHistory 0 | ||
ListLines 0 | ||
|
||
$f1:: | ||
{ | ||
send "^c" | ||
sleep 100 | ||
A_Clipboard:=StrLower(A_Clipboard) | ||
send "^v" | ||
} | ||
|
||
f3::Exitapp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
v:=A_LoopFilePath | ||
. A_LoopFileFullPath | ||
. A_Clipboard | ||
. A_ComSpec |