From 567a80cf0526fb399ee288d12128d80c595741ae Mon Sep 17 00:00:00 2001 From: Johan Friis Date: Mon, 29 Jan 2024 20:16:13 +0100 Subject: [PATCH] feat(docs): Document Karabiner interference with Mod-Morphs --- docs/docs/behaviors/mod-morph.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/docs/behaviors/mod-morph.md b/docs/docs/behaviors/mod-morph.md index d5b3d589..ef886941 100644 --- a/docs/docs/behaviors/mod-morph.md +++ b/docs/docs/behaviors/mod-morph.md @@ -86,3 +86,10 @@ For example, the following configuration morphs `LEFT_SHIFT` + `BACKSPACE` into }; }; ``` + +:::note Karabiner-Elements (macOS) and interference with Mod-Morph + +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. + +::: +