aboutsummaryrefslogtreecommitdiff
path: root/drm.ahk
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-04-07 19:55:57 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-04-07 20:00:58 +0200
commitea530ddcf39f3bd28530ce72ca414d5ee66d1413 (patch)
treefc0cda81b549a2909be7779b3bc3793174850ffd /drm.ahk
parenteecc489a5576401219e90e7ba4bf690951c6d452 (diff)
downloaddrm-ea530ddcf39f3bd28530ce72ca414d5ee66d1413.tar.gz
Use sh instead of batch, support custom hotkeys
Diffstat (limited to 'drm.ahk')
-rw-r--r--drm.ahk4
1 files changed, 3 insertions, 1 deletions
diff --git a/drm.ahk b/drm.ahk
index c0a8091..2fbd9ac 100644
--- a/drm.ahk
+++ b/drm.ahk
@@ -62,6 +62,8 @@ ButtonRestart:
Reload
return
+#IncludeAgain %A_ScriptDir%\hotkeys.x
+
; Handle tray opening
NotifyIcon(wParam, lParam)
@@ -193,7 +195,7 @@ Save(ByRef Positions)
if (style & 0x40000 = 0) ; WS_SIZEBOX
DoIgnoreSize := true
- #IncludeAgain %A_ScriptDir%\drm.x
+ #IncludeAgain %A_ScriptDir%\rules.x
; Example:
; if (exe = "mpc-hc.exe" and cw = 294)