dmytro-y-dev / custom-global-hotkeys

Windows application to bind custom global (OS level) hotkeys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Windows application to bind custom global (OS level) hotkeys

License:MIT License


Languages

Language:C++ 95.4%Language:C 3.1%Language:CMake 1.5%