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 /tmk_core | |
parent | 8b6cdd17886db9847ff91be9c10a1788a7c74a6a (diff) |
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 'tmk_core')
-rw-r--r-- | tmk_core/common/keycode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common/keycode.h b/tmk_core/common/keycode.h index d6fef2bebf..ac3edbd215 100644 --- a/tmk_core/common/keycode.h +++ b/tmk_core/common/keycode.h @@ -140,6 +140,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define KC_LWIN KC_LGUI #define KC_RCTL KC_RCTRL #define KC_RSFT KC_RSHIFT +#define KC_ALGR KC_RALT #define KC_RCMD KC_RGUI #define KC_RWIN KC_RGUI |