Skip to content
#

keyboard-hooks

Here are 25 public repositories matching this topic...

Animeshz
Animeshz commented Dec 30, 2020

Current implementation only allows to specify one KeySet when calling some function in the Keyboard.

But that's not really idiomatic, in sense that we may want to do something like (Key.LeftCtrl or Key.RightCtrl) + K combination, in this case we can add two different handler for that (or create a lambda in a variable and call the function twice), but in some parts like suspensive waiting for

enhancement good first issue

Dual key keyboard hooks (LL) for remapping keys with custom behavior. Examples: Caps lock to Escape and Control, anti RSI mappings, smooth rolling Space Cadet parentheses, German dead key mode, ...

  • Updated Sep 17, 2020
  • C++

Improve this page

Add a description, image, and links to the keyboard-hooks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the keyboard-hooks topic, visit your repo's landing page and select "manage topics."

Learn more