[fix] fix macOS remote keyboard modifier injection, fixes #81

This commit is contained in:
dijunkun
2026-05-21 00:15:43 +08:00
parent 515d517a99
commit 1e29ec708f
5 changed files with 182 additions and 1 deletions
+6
View File
@@ -33,6 +33,12 @@ function setup_targets()
add_files("tests/path_manager_portable_test.cpp",
"src/path_manager/path_manager.cpp")
target("macos_keyboard_modifier_state_test")
set_kind("binary")
set_default(false)
add_includedirs("src/device_controller")
add_files("tests/macos_keyboard_modifier_state_test.cpp")
target("screen_capturer")
set_kind("object")
add_deps("rd_log", "common")