Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 576 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 576 Bytes

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.)