Skip to content

Commit

Permalink
Update 2nd-Keyboard.ahk
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaqil101 committed Sep 29, 2024
1 parent 5216189 commit 9ada842
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2nd-Keyboard.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Func_a(isHold, taps, state) { ; AutoHotkey

if (isHold = 0) & (taps = 1) & (state)
{
#Include lib\ahk\Ahk_Help_Selection.ahk
#Include lib\Ahk_Help_Selection.ahk
}

if (isHold = 0) & (taps = 3) & (state) ; ui-dash
Expand Down Expand Up @@ -437,7 +437,7 @@ Func_v(isHold, taps, state) { ; VLC Media Player
Func_w(isHold, taps, state) { ; Wifi
if (isHold = 0) & (taps = 1) & (state)
{
#Include "lib/ahk/Wifi_Connection.ahk"
#Include "lib\Wifi_Connection.ahk"
}
}

Expand Down Expand Up @@ -560,7 +560,7 @@ Func_sp(isHold, taps, state) { ; Delete
ToolTip("Select a File/Folder")
KeyWait("LButton", "D")
ToolTip()
#Include lib/ahk/Shift_Del.ahk
#Include lib\Shift_Del.ahk
}

if (isHold = 0) & (taps = 2) & (state)
Expand Down

0 comments on commit 9ada842

Please sign in to comment.