Keyboard OSD v1.1
Version 1.1 (2026-06-26)
New:
- Icons are now embedded directly into the compiled executable (Resource IDs: 100 and 101)
- Improved portability the
.exefile now works standalone without requiring external icon files
Fixes:
- Fixed tray icon not displaying correctly in compiled executable
- Fixed pause icon switching when script is paused
Technical:
- Added
;@Ahk2Exe-AddResourcecompiler directives to embed icons - Updated
TraySetIconcalls to use embedded resources when running as compiled executable - Added
A_IsCompiledconditional logic for icon loading