Skip to content

Set shortcuts on your Windows machine to open programs on the press of a key combo.

Notifications You must be signed in to change notification settings

dhardtke/native-hotkeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Native Hotkeys

Windows only

This program allows to register hotkeys that open folders / programs on the file system.

Usage

hotkeys.exe [path-to-ini-file]

(If path-to-ini-file is not specified the file config.ini in the current working directory is used.)

Sample config file

[downloads]
key = d
modifiers = MOD_ALT,MOD_CONTROL
exec = C:\Users\User\Downloads\myProgram.exe
dir = C:\

Opens the file C:\Users\User\Downloads\myProgram.exe when pressing CTRL + ALT + D in the working directory C:\. (The dir argument is optional.)

About

Set shortcuts on your Windows machine to open programs on the press of a key combo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages