diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 42d42b2..a70932e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,16 +18,16 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - + - name: Compile with Ahk2Exe uses: nekocodeX/GitHub-Action-Ahk2Exe@main with: - in: q-dir_ahk.ahk - + in: q-dir_ahk.ahk - uses: actions/upload-artifact@v2 with: name: app path: q-dir_ahk.exe + - name: create release id: create_release uses: actions/create-release@v1 diff --git a/.gitignore b/.gitignore index b91747f..61e2c7f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ q-dir_ahk.exe +.idea diff --git a/build.bat b/build.bat index b11e1c1..881f17f 100644 --- a/build.bat +++ b/build.bat @@ -1,5 +1,5 @@ @echo off -SET AHKPath=D:\Program Files\AutoHotkey +SET AHKPath=D:\scoop\apps\autohotkey\current\ REM Takes a simple optional command parameter, /t, which starts testing before build. SET Param1=%1 diff --git a/q-dir_ahk.ahk b/q-dir_ahk.ahk index 808db1c..ebaa879 100644 --- a/q-dir_ahk.ahk +++ b/q-dir_ahk.ahk @@ -20,8 +20,8 @@ Return Return #IfWinActive ahk_exe Q-Dir_x64.exe - ; F1 as the hotkey to suspend and resume q-dir_ahk - F1:: + ; Alt+PrintScreen as the hotkey to suspend and resume q-dir_ahk + !PrintScreen:: Suspend Pause,,1 Return