mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-28 08:31:52 +08:00
feat(hid): 添加 Consumer Control 多媒体按键和多平台键盘布局
- 新增 Consumer Control HID 支持(播放/暂停、音量控制等) - 虚拟键盘支持 Windows/Mac/Android 三种布局切换 - 移除键盘 LED 反馈以节省 USB 端点(从 2 减至 1) - InfoBar 优化:按键名称友好显示,移除未实现的 Num/Scroll 指示器 - 更新 HID 模块文档
This commit is contained in:
@@ -42,7 +42,7 @@ rand = "0.8"
|
||||
uuid = { version = "1", features = ["v4", "serde"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
base64 = "0.22"
|
||||
nix = { version = "0.29", features = ["fs", "net", "hostname"] }
|
||||
nix = { version = "0.29", features = ["fs", "net", "hostname", "poll"] }
|
||||
|
||||
# HTTP client (for URL downloads)
|
||||
# Use rustls-tls by default, but allow native-tls for systems with older GLIBC
|
||||
|
||||
Reference in New Issue
Block a user