Skip to content

Personal windows tray application that provides various useful hotkeys and features via AutoHotkey

Notifications You must be signed in to change notification settings

Frosthaven/autohotkey-tray-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autohotkey-tray-app

Windows tray application that provides autohotkey features

Requirements

How to automatically launch at startup

  • Open ./scheduled tasks/autohotkey-tray-app.xml
  • Edit the following lines to point to your files:
<Exec>
    <Command>"C:\Program Files\AutoHotkey\AutoHotkey.exe"</Command>
    <Arguments>"C:\_github\autohotkey-tray-app\main.ahk"</Arguments>
</Exec>
  • Open windows task scheduler and import ./scheduled tasks/autohotkey-tray-app.xml

About

Personal windows tray application that provides various useful hotkeys and features via AutoHotkey

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published