From ea530ddcf39f3bd28530ce72ca414d5ee66d1413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 7 Apr 2021 19:55:57 +0200 Subject: Use sh instead of batch, support custom hotkeys --- drm.ahk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'drm.ahk') 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) -- cgit v1.2.3