Windows only
This program allows to register hotkeys that open folders / programs on the file system.
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.)
[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.)