diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2018-12-12 19:17:19 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-12-12 10:17:19 -0800 |
commit | 28fbf84cc5ff52f545011ea4198a6cc6d054f896 (patch) | |
tree | caf444ec1231e5f0852eca8d07e2f8595a153002 /docs/keycodes.md | |
parent | 8b6cdd17886db9847ff91be9c10a1788a7c74a6a (diff) | |
download | qmk_firmware-28fbf84cc5ff52f545011ea4198a6cc6d054f896.tar.gz qmk_firmware-28fbf84cc5ff52f545011ea4198a6cc6d054f896.zip |
Add standard definitions for ALGR and KC_ALGR (#4389)
* Add standard ALGR defition, remove (re)definitions from language files
* Use ALGR(kc) consistently in ALTGR(kc) aliases
* Non-Nordic keymaps should not use NO_ALGR
* Add standard KC_ALGR definition
* Update docs with ALGR and KC_ALGR
* Update SS_ALGR and ALGR_T aliases
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r-- | docs/keycodes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index 75b01389c..d12a85aa1 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md | |||
@@ -177,7 +177,7 @@ This is a reference only. Each group of keys links to the page documenting their | |||
177 | |`KC_LGUI` |`KC_LCMD`, `KC_LWIN`|Left GUI (Windows/Command/Meta key) | | 177 | |`KC_LGUI` |`KC_LCMD`, `KC_LWIN`|Left GUI (Windows/Command/Meta key) | |
178 | |`KC_RCTRL` |`KC_RCTL` |Right Control | | 178 | |`KC_RCTRL` |`KC_RCTL` |Right Control | |
179 | |`KC_RSHIFT` |`KC_RSFT` |Right Shift | | 179 | |`KC_RSHIFT` |`KC_RSFT` |Right Shift | |
180 | |`KC_RALT` | |Right Alt | | 180 | |`KC_RALT` |`KC_ALGR` |Right Alt (AltGr) | |
181 | |`KC_RGUI` |`KC_RCMD`, `KC_RWIN`|Right GUI (Windows/Command/Meta key) | | 181 | |`KC_RGUI` |`KC_RCMD`, `KC_RWIN`|Right GUI (Windows/Command/Meta key) | |
182 | |`KC_SYSTEM_POWER` |`KC_PWR` |System Power Down | | 182 | |`KC_SYSTEM_POWER` |`KC_PWR` |System Power Down | |
183 | |`KC_SYSTEM_SLEEP` |`KC_SLEP` |System Sleep | | 183 | |`KC_SYSTEM_SLEEP` |`KC_SLEP` |System Sleep | |
@@ -331,7 +331,7 @@ This is a reference only. Each group of keys links to the page documenting their | |||
331 | |`LGUI(kc)`|`LCMD(kc)`, `LWIN(kc)`|Hold Left GUI and press `kc` | | 331 | |`LGUI(kc)`|`LCMD(kc)`, `LWIN(kc)`|Hold Left GUI and press `kc` | |
332 | |`RCTL(kc)`| |Hold Right Control and press `kc` | | 332 | |`RCTL(kc)`| |Hold Right Control and press `kc` | |
333 | |`RSFT(kc)`| |Hold Right Shift and press `kc` | | 333 | |`RSFT(kc)`| |Hold Right Shift and press `kc` | |
334 | |`RALT(kc)`| |Hold Right Alt and press `kc` | | 334 | |`RALT(kc)`|`ALGR(kc)` |Hold Right Alt and press `kc` | |
335 | |`RGUI(kc)`|`RCMD(kc)`, `LWIN(kc)`|Hold Right GUI and press `kc` | | 335 | |`RGUI(kc)`|`RCMD(kc)`, `LWIN(kc)`|Hold Right GUI and press `kc` | |
336 | |`HYPR(kc)`| |Hold Left Control, Shift, Alt and GUI and press `kc`| | 336 | |`HYPR(kc)`| |Hold Left Control, Shift, Alt and GUI and press `kc`| |
337 | |`MEH(kc)` | |Hold Left Control, Shift and Alt and press `kc` | | 337 | |`MEH(kc)` | |Hold Left Control, Shift and Alt and press `kc` | |