Apply suggestions from code review

This commit is contained in:
Cem Aksoylar 2024-01-30 00:04:44 -08:00 committed by GitHub
parent 567a80cf05
commit 04ce79e6b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,9 +87,9 @@ For example, the following configuration morphs `LEFT_SHIFT` + `BACKSPACE` into
};
```
:::note Karabiner-Elements (macOS) and interference with Mod-Morph
:::note[Karabiner-Elements (macOS) interfering with mod-morphs]
If the first modified keypress sends the modifier along with the morphed keycode and [Karabiner-Elements](https://karabiner-elements.pqrs.org/) is running, disable `Modify Events` from Karabiners "Devices" settings page for the keyboard running ZMK.
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.
:::