An open API service indexing awesome lists of open source software.

https://github.com/dmytro-y-dev/custom-global-hotkeys

Windows application to bind custom global (OS level) hotkeys
https://github.com/dmytro-y-dev/custom-global-hotkeys

c-plus-plus global-hotkeys hotkeys windows

Last synced: 2 months ago
JSON representation

Windows application to bind custom global (OS level) hotkeys

Awesome Lists containing this project

README

          

# Custom global hotkeys

This is example application that explains how to setup custom global hotkeys for Windows.

# How to build

As usual CMake (https://cmake.org/) application.

# How to configure hotkeys

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:

1. `ExecuteFileAction` : Executes specified file with specified arguments.
2. `LambdaAction` : Execute C++ snippet that can call other actions.