]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/feature_grave_esc.md
Add user-overridable callback for cancelling UCIS input (#5564)
[qmk_firmware.git] / docs / feature_grave_esc.md
index a7261d2dc88797f8bbe81c87096babfebc94320e..f57c6042ca5a0a97dea440a13aed4415ce9ce854 100644 (file)
@@ -18,7 +18,7 @@ If Mary presses GESC on her keyboard, the OS will see an KC_ESC character. Now i
 
 ### Caveats
 
- * On macOS CMD/GUI + KC_GRV is actually mapped to a hot key so it will not output a backtick.
+On macOS, Command+<code>&#96;</code> is by default mapped to "Move focus to next window" so it will not output a backtick. Additionally, Terminal always recognises this shortcut to cycle between windows, even if the shortcut is changed in the Keyboard preferences.
 
 ## Configuration