From 1500b520889f9952201f1401001479a51e7cbd29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 23 Oct 2020 01:24:24 +0200 Subject: release 1.3 --- CHANGELOG.txt | 6 ++---- drm.ahk | 9 +++++++++ drm.exe | Bin 836608 -> 836608 bytes 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 353913c..a99765a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,3 @@ -CHANGELOG ----------------------- 1.2 ---------------------- 2020-04-29 +CHANGELOG ----------------------- 1.3 ---------------------- 2020-04-29 -NEW: For programs listed in the Ignore key, window position and size - will be ignored; for programs listed in the IgnoreSize key, window - size will be ignored, but position retained. \ No newline at end of file +NEW: "Configure..." menu option, which opens relevant registry path. \ No newline at end of file diff --git a/drm.ahk b/drm.ahk index 2207436..6a74841 100644 --- a/drm.ahk +++ b/drm.ahk @@ -45,12 +45,21 @@ Menu, Tray, Tip, Dynamic Resolution Manager for k, res in Resolutions Menu, Tray, Add, %res%, SelectMenuResolution Menu, Tray, Add +Menu, Tray, Add, &Configure..., Configure Menu, Tray, Add, E&xit, ButtonExit return ButtonExit: ExitApp +; Open configuration + +Configure() +{ + RegWrite, REG_SZ, HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit, LastKey, HKEY_CURRENT_USER\Software\JohnAJ\DRM + Run, regedit /m +} + ; Select resolution from tray menu SelectMenuResolution(ItemName, ItemPos, MenuName) diff --git a/drm.exe b/drm.exe index aaa3030..676dd53 100644 Binary files a/drm.exe and b/drm.exe differ -- cgit v1.2.3