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
@@ -83,9 +83,9 @@ FRAG_MONITOR=2
# I/O Inputs
# ==========
# Each code either maps to 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