feat: midi/keyboard cross working codes
Clang Lint CI / lint-no-video (push) Successful in 1m17s
Clang Build CI / run-no-video (push) Successful in 1m18s
Clang Build CI / run-video (push) Successful in 1m17s
Clang Build CI / build-release (push) Successful in 1m54s
Clang Lint CI / lint-video (push) Successful in 1m22s

This commit is contained in:
2026-05-14 22:52:08 +02:00
parent 6abf050bcc
commit 7b9f5ca032
4 changed files with 120 additions and 73 deletions
+2 -2
View File
@@ -286,9 +286,9 @@ We will not dig down all the variables here but feel free to read either:
Each input code can be either a midi event or a key code.
* 1 - 999 -> midi event
* 1001 - 1999 -> key code
* 0 - 999 -> midi event
* Keyboard modifiers are encoded like this:
* 1000 -> keyboard event
* 10000 -> shift
* 100000 -> control
* 1000000 -> alt