标签: Autohotkey

1 篇文章

Autohotkey 的 GUI 设计器
Adventure 自带一个 Auto-GUI.ahk,但是在高 DPI 下无法使用。所以需要修改源码,将以下代码注释掉。 ;If (A_ScreenDPI != 96) { ;Gui Auto: +OwnDialogs ;MsgBox 0x30, Warning, %g_AppName% has not been adapted to High-…