diff options
Diffstat (limited to 'AutoHotkey')
-rw-r--r-- | AutoHotkey/hotkeys.ahk | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/AutoHotkey/hotkeys.ahk b/AutoHotkey/hotkeys.ahk index 54f88a3..d8d17c7 100644 --- a/AutoHotkey/hotkeys.ahk +++ b/AutoHotkey/hotkeys.ahk @@ -1,7 +1,6 @@ #SingleInstance Force
global NavMode := false
UserPath := EnvGet("USERPROFILE")
-syncPath := EnvGet("SYNC")
DetectHiddenWindows true
#SuspendExempt
^!o::Suspend ; Ctrl+Alt+o
@@ -178,13 +177,13 @@ DetectHiddenWindows true Run(UserPath . "\scoop\apps\audacious\current\bin\audacious.exe")
}
}
-;Bookmark Finder
-#f::
-{
- ; Run the batch file
- Run(syncPath . "\Repos\Windows\Batch_tools\bookmarkfinder\bookmarkfinder.bat")
-}
-
+; ;Bookmark Finder
+; #f::
+; {
+; ; Run the batch file
+; Run(syncPath . "\Repos\Windows\Batch_tools\bookmarkfinder\bookmarkfinder.bat")
+; }
+;
;AI
#a::
{
|