Skip to content

Commit

Permalink
Move VolumeScroll submodule and update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Nov 9, 2016
1 parent acf098a commit c009a80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[submodule "VolumeScroll"]
path = VolumeScroll
path = Utilities/VolumeScroll
url = https://github.com/denolfe/VolumeScroll.git
[submodule "Utilities/Colorette"]
path = Utilities/Colorette
Expand Down
5 changes: 1 addition & 4 deletions Home.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ SetTitleMatchMode, RegEx
DetectHiddenWindows, On
SetCapsLockState, AlwaysOff

RunIfExist(A_ScriptDir "\VolumeScroll\VolumeScroll.ahk")
RunIfExist(A_ScriptDir "\AutoCorrect.ahk")

RunIfExist(A_ScriptDir "Utilities\WindowPadX\WindowPadX.ahk .\WindowPadX.ini")
RunIfExist(A_ScriptDir "\AutoCorrect.ahk")
RunIfExist(A_ScriptDir "\Utilities\WindowPadX\WindowPadX.ahk .\WindowPadX.ini")

IfWinNotExist, ahk_exe clipx.exe
RunProgFiles("ClipX\clipx.exe")
Expand Down
4 changes: 2 additions & 2 deletions Work.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ If ! A_IsAdmin
Run % A_AhkDir
}

RunIfExist(A_ScriptDir "\VolumeScroll\VolumeScroll.ahk")
RunIfExist(A_ScriptDir "\Utilities\VolumeScroll\VolumeScroll.ahk")
RunIfExist(A_ScriptDir "\Core\AutoCorrect.ahk")
RunIfExist(A_ScriptDir "\WindowPadX\WindowPadX.ahk")
RunIfExist(A_ScriptDir "\Utilities\WindowPadX\WindowPadX.ahk .\WindowPadX.ini")

IfWinNotExist, ahk_exe clipx.exe
RunProgFiles("ClipX\clipx.exe")
Expand Down

0 comments on commit c009a80

Please sign in to comment.