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
- Host: GitHub
- URL: https://github.com/dmytro-y-dev/custom-global-hotkeys
- Owner: dmytro-y-dev
- License: mit
- Created: 2017-03-26T16:08:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T13:11:29.000Z (about 9 years ago)
- Last Synced: 2024-12-31T08:16:15.158Z (over 1 year ago)
- Topics: c-plus-plus, global-hotkeys, hotkeys, windows
- Language: C++
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.