summaryrefslogtreecommitdiffstats
path: root/docs/keycodes.md
diff options
context:
space:
mode:
authorKonstantin Đorđević <vomindoraan@gmail.com>2018-11-06 06:34:54 +0100
committerJack Humbert <jack.humb@gmail.com>2018-11-06 06:34:54 +0100
commit4636f0f623c71f1eda8628cbae4784fe08a8faf7 (patch)
tree18461a85035f946d6f4fd31b1a6ab161a3903899 /docs/keycodes.md
parent5729380530ca28049a193f84b0199e77ba3e8edd (diff)
downloadqmk_firmware-4636f0f623c71f1eda8628cbae4784fe08a8faf7.tar.gz
qmk_firmware-4636f0f623c71f1eda8628cbae4784fe08a8faf7.tar.xz
Remove ALTG(kc) as it's misleading and is not actually AltGr (#4338)
* Remove ALTG(kc) as it's misleading and is not actually AltGr * Add temporary alias for ALGR in keyboards/planck/keymaps/pevecyan/keymap.c
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r--docs/keycodes.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md
index 6676bb53c..e5d35b2b4 100644
--- a/docs/keycodes.md
+++ b/docs/keycodes.md
@@ -333,7 +333,6 @@ This is a reference only. Each group of keys links to the page documenting their
|`HYPR(kc)`| |Hold Left Control, Shift, Alt and GUI and press `kc`|
|`MEH(kc)` | |Hold Left Control, Shift and Alt and press `kc` |
|`LCAG(kc)`| |Hold Left Control, Alt and GUI and press `kc` |
-|`ALTG(kc)`| |Hold Right Control and Alt and press `kc` |
|`SGUI(kc)`|`SCMD(kc)`, `SWIN(kc)`|Hold Left Shift and GUI and press `kc` |
|`LCA(kc)` | |Hold Left Control and Alt and press `kc` |