This is example application that explains how to setup custom global hotkeys for Windows.
As usual CMake (https://cmake.org/) application.
You can assign actions to hotkeys in source/Config.cpp
.
Depending on your platform (for now there is only Windows), several types of actions are available:
ExecuteFileAction
: Executes specified file with specified arguments.LambdaAction
: Execute C++ snippet that can call other actions.