You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: You have to enable your mice on Devices tab when you want to use this feature.
Added --lint-complex-modifications option into karabiner_cli.
It allows you checks a complex-modifications json file.
⚡️ Improvements
Set Karabiner-Elements.app and Karabiner-EventViewer.app immutable
in order to ensure unremovable them except built-in uninstaller.
Please use the uninstaller when you want to remove Karabiner-Elements.
Added a wait before grabbing device in order to avoid an macOS issue that device will be unusable after Karabiner-Elements is quit.
Changes for users who write their own json.
to and to_* support single object, e.g., "to": { "key_code": "spacebar" }.
New modifier aliases are added: left_alt, left_gui, right_alt, right_gui.
key_code, consumer_key_code and pointing_button supports a number value, e.g., "from": {"key_code": 175}.