feat(docs): Document Karabiner interference with Mod-Morphs (#2146)

This commit is contained in:
Johan Friis 2024-01-30 09:07:48 +01:00 committed by GitHub
parent 4a5806ac73
commit aab09d504c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,3 +86,10 @@ For example, the following configuration morphs `LEFT_SHIFT` + `BACKSPACE` into
}; };
}; };
``` ```
:::note[Karabiner-Elements (macOS) interfering with mod-morphs]
If the first modified key press sends the modifier along with the morphed keycode and [Karabiner-Elements](https://karabiner-elements.pqrs.org/) is running, disable the "Modify Events" toggle from Karabiner's "Devices" settings page for the keyboard running ZMK.
:::