-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this VirtualHIDDevice support Bluetooth keyboards? #12
Comments
Karabiner-DriverKit-VirtualHIDDevice is not a driver for actual hardware. If you are asking about Karabiner-Elements, it is compatible with both USB and Bluetooth keyboards. |
So, I can't remap keys on my keyboard, modify my layout once, impacting both internal and external keyboards, eg. BT, with Apple's DriverKit or this VirtualHIDDevice?
How does Karabiner Elements then does this? |
IOKit provides a way to grab events and modify them. (kIOHIDOptionsTypeSeizeDevice) You can use it instead of writing your keyboard driver unless you want to use keys which are not supported generic keyboard driver (e.g., multimedia keys on some third vendor keyboards.) |
How is the latency of IOKit compared to DriverKit which grabs right the HID data? |
From the Apple docs and why I ask:
The text was updated successfully, but these errors were encountered: