diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2020-04-12 20:37:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-12 11:37:55 -0700 |
commit | 370577e4ed1a714e818bf11cc870e4915f82e93b (patch) | |
tree | 86d7ebc5a59caaa2de0576279727ff8dda43c76b /quantum/send_string_keycodes.h | |
parent | 6e84247ec2289b66ecbe5ad51643344145587558 (diff) | |
download | qmk_firmware-370577e4ed1a714e818bf11cc870e4915f82e93b.tar.gz |
Add *OPT aliases for *ALT keycodes and macros (#8714)
Diffstat (limited to 'quantum/send_string_keycodes.h')
-rw-r--r-- | quantum/send_string_keycodes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/send_string_keycodes.h b/quantum/send_string_keycodes.h index 86dc8bf00..1e8a8e9ff 100644 --- a/quantum/send_string_keycodes.h +++ b/quantum/send_string_keycodes.h @@ -96,11 +96,13 @@ /* Modifiers */ #define X_LCTL X_LCTRL #define X_LSFT X_LSHIFT +#define X_LOPT X_LALT #define X_LCMD X_LGUI #define X_LWIN X_LGUI #define X_RCTL X_RCTRL #define X_RSFT X_RSHIFT #define X_ALGR X_RALT +#define X_ROPT X_RALT #define X_RCMD X_RGUI #define X_RWIN X_RGUI |