Skip to content

Keyboard OSD v1.1

Choose a tag to compare

@mesutakcan mesutakcan released this 26 Jun 12:41
bc75092

Version 1.1 (2026-06-26)

New:

  • Icons are now embedded directly into the compiled executable (Resource IDs: 100 and 101)
  • Improved portability the .exe file 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-AddResource compiler directives to embed icons
  • Updated TraySetIcon calls to use embedded resources when running as compiled executable
  • Added A_IsCompiled conditional logic for icon loading