Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages