From 04ce79e6b33fe4dd4a785e92ffa7873e0e4c83a4 Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Tue, 30 Jan 2024 00:04:44 -0800 Subject: [PATCH] Apply suggestions from code review --- docs/docs/behaviors/mod-morph.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/behaviors/mod-morph.md b/docs/docs/behaviors/mod-morph.md index ef886941..bc1820f2 100644 --- a/docs/docs/behaviors/mod-morph.md +++ b/docs/docs/behaviors/mod-morph.md @@ -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. :::