summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-03-25 01:11:26 +0100
committerDrashna Jaelre <drashna@live.com>2019-03-25 01:11:26 +0100
commit3510d8dc8d055982ef61e83233f79b4c1d4df2d3 (patch)
tree4531bf608339c6bec40d64e232f9a85fce2dac52 /docs
parentf1d921bee6bc371e1613b71240635a9847e685b3 (diff)
downloadqmk_firmware-3510d8dc8d055982ef61e83233f79b4c1d4df2d3.tar.gz
qmk_firmware-3510d8dc8d055982ef61e83233f79b4c1d4df2d3.tar.xz
Document an annoyance with Grave Escape and macOS Terminal (#5483)
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_grave_esc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_grave_esc.md b/docs/feature_grave_esc.md
index a7261d2dc..f57c6042c 100644
--- a/docs/feature_grave_esc.md
+++ b/docs/feature_grave_esc.md
@@ -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