diff options
Diffstat (limited to 'docs/feature_grave_esc.md')
-rw-r--r-- | docs/feature_grave_esc.md | 2 |
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 | |||
18 | 18 | ||
19 | ### Caveats | 19 | ### Caveats |
20 | 20 | ||
21 | * On macOS CMD/GUI + KC_GRV is actually mapped to a hot key so it will not output a backtick. | 21 | On macOS, Command+<code>`</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. |
22 | 22 | ||
23 | ## Configuration | 23 | ## Configuration |
24 | 24 | ||