diff options
author | John Ankarström <john@ankarstrom.se> | 2020-10-23 01:24:24 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-10-23 01:24:24 +0200 |
commit | 1500b520889f9952201f1401001479a51e7cbd29 (patch) | |
tree | defed872a4e941b5a4624927f194b5dc590407b5 | |
parent | e8181cd2509e94052702adba54f8754b84cf43ee (diff) | |
download | drm-1500b520889f9952201f1401001479a51e7cbd29.tar.gz |
release 1.3
-rw-r--r-- | CHANGELOG.txt | 6 | ||||
-rw-r--r-- | drm.ahk | 9 | ||||
-rw-r--r-- | 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 @@ -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) Binary files differ |