Skip to content

MichaelSitter/rocket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rocket

Autohotkey quick launcher

setup

  1. Clone this repo (or fork it first)
  2. Install AutoHotkey
  3. Add a new Windows task
  • Open Task Scheduler
  • Create a basic task
  • Start on log in
  • Start a program
  • Choose AutoHotkey.exe from your install location
  • Set arguments = launchpad.ahk
  • Set start in = folder you cloned this in
  1. Set task properties
  • General/Run with highest privileges = ON
  • General/Configure for = your OS
  • Conditions/Start the task only if computer is on AC power = OFF

#Config Files#

Config files are applied using the following priority (in order of specificity):

##{MachineName}.ini## Machine specific settings. Ignored by git. Use it to set machine specific config values.

##User.ini## Cross-machine personal settings. Ignored by git, should contain your personal settings which apply to all machines.

##Shared.ini## Shared by all users, tracked changes. Only add settings which would apply to all users. Avoid clutter, and avoid using machine-specific values.

About

Autohotkey quick launcher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • AutoHotkey 100.0%