X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Ffeature_grave_esc.md;h=a8e45f3a9ad160065a861019f7f319b8a7bc03b5;hb=8afbd649f068b3b85146b61429a4bee1787c092a;hp=9a14daf2afde415520f6212e4c0de8a8d8f6f373;hpb=7b0356d1d49da6574570e110f61f95692afdb3d0;p=qmk_firmware.git diff --git a/docs/feature_grave_esc.md b/docs/feature_grave_esc.md index 9a14daf2a..a8e45f3a9 100644 --- a/docs/feature_grave_esc.md +++ b/docs/feature_grave_esc.md @@ -3,9 +3,9 @@ Grave Escape is a feature that allows you to share the grave key (` and `~`) on the same key as Escape. When `KC_GESC` is used it will act as `KC_ESC`, unless Shift or GUI is pressed, in which case it will act as `KC_GRAVE`. -| Key | Alias | Description | -|-----|-------|-------------| -| `GRAVE_ESC` | `KC_GESC` | Act as `KC_ESC` normally, or `KC_GRAVE` when GUI or Shift are held. | +|Key |Aliases |Description | +|---------|-----------|------------------------------------------------------------------| +|`KC_GESC`|`GRAVE_ESC`|Escape when pressed, ` when Shift or GUI are held| There are several possible key combinations this will break, among them Ctrl+Shift+Esc on Windows and Cmd+Opt+Esc on macOS. You can use these options in your `config.h` to work around this: