Skip to content

Commit

Permalink
Path Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaqil101 committed Sep 29, 2024
1 parent 9ada842 commit 385a258
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions lib/Ahk_Help_Selection.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ SetDefaultMouseSpeed 0
;========VariablesLists===========

; Get the directory path of the script without the last part (\ahk)
A_ScriptDirWolp := RegExReplace(A_ScriptDir, "\\[^\\]+$")
; A_ScriptDirWolp := RegExReplace(A_ScriptDir, "\\[^\\]+$")

A_Help := A_ScriptDirWolp "\ico\Help.ico"
A_Help := "c:\Users\User\Documents\GitHub\Secondary-Keyboard\lib\ico\Help.ico"
Sel := "Ahk Help Selection"
H_Select := "Select a Help File`nVersion"
H_width := "w400"
H_hight := "h110"
AHS_Left := A_ScriptDirWolp "\pic\HelpSelection_Left.png"
AHS_Right := A_ScriptDirWolp "\pic\HelpSelection_Right.png"
AHS_Left := "c:\Users\User\Documents\GitHub\Secondary-Keyboard\lib\pic\HelpSelection_Left.png"
AHS_Right := "c:\Users\User\Documents\GitHub\Secondary-Keyboard\lib\pic\HelpSelection_Right.png"

;=================================

Expand Down
4 changes: 2 additions & 2 deletions lib/Shift_Del.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ D_width := "w400"
D_hight := "h110"

; Get the directory path of the script without the last part (\ahk)
A_ScriptDirWolp := RegExReplace(A_ScriptDir, "\\[^\\]+$")
; A_ScriptDirWolp := RegExReplace(A_ScriptDir, "\\[^\\]+$")

Delete := A_ScriptDirWolp "\pic\Warning.png"
Delete := "c:\Users\User\Documents\GitHub\Secondary-Keyboard\lib\pic\Warning.png"

;=================================

Expand Down

0 comments on commit 385a258

Please sign in to comment.