Adventure 自带一个 Auto-GUI.ahk,但是在高 DPI 下无法使用。所以需要修改源码,将以下代码注释掉。
;If (A_ScreenDPI != 96) {
;Gui Auto: +OwnDialogs
;MsgBox 0x30, Warning, %g_AppName% has not been adapted to High-DPI display scaling.`n`nThe program will exit.
;ExitApp
;}
DPI 设置
https://www.autohotkey.com/boards/viewtopic.php?t=37913
Screencast
https://github.com/seonglae/screencast