diff options
author | skullY <skullydazed@gmail.com> | 2018-05-07 22:40:57 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-05-07 22:46:26 -0700 |
commit | 303f425c6b4f9ab6056f863e515c71c9325f2bfa (patch) | |
tree | 150c9eba72bc40cf2d9a101d4a606156ea54cd0b /docs/feature_advanced_keycodes.md | |
parent | 9e5676650ec4ae71565201871c1aaf05e96a756b (diff) | |
download | qmk_firmware-303f425c6b4f9ab6056f863e515c71c9325f2bfa.tar.gz qmk_firmware-303f425c6b4f9ab6056f863e515c71c9325f2bfa.zip |
Fix up info boxes.
Diffstat (limited to 'docs/feature_advanced_keycodes.md')
-rw-r--r-- | docs/feature_advanced_keycodes.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/feature_advanced_keycodes.md b/docs/feature_advanced_keycodes.md index 89d0ae8fc..aeb7ce1bf 100644 --- a/docs/feature_advanced_keycodes.md +++ b/docs/feature_advanced_keycodes.md | |||
@@ -131,11 +131,9 @@ We've added shortcuts to make common modifier/tap (mod-tap) mappings more compac | |||
131 | * `LCAG_T(kc)` - is CtrlAltGui when held and *kc* when tapped | 131 | * `LCAG_T(kc)` - is CtrlAltGui when held and *kc* when tapped |
132 | * `MEH_T(kc)` - is like Hyper, but not as cool -- does not include the Cmd/Win key, so just sends Alt+Ctrl+Shift. | 132 | * `MEH_T(kc)` - is like Hyper, but not as cool -- does not include the Cmd/Win key, so just sends Alt+Ctrl+Shift. |
133 | 133 | ||
134 | {% hint style='info' %} | 134 | ?> Due to the way that keycodes are structured, any modifiers specified as part of `kc`, such as `LCTL()` or `KC_LPRN`, will only activate when held instead of tapped. |
135 | Due to the way that keycodes are structured, any modifiers specified as part of `kc`, such as `LCTL()` or `KC_LPRN`, will only activate when held instead of tapped. | ||
136 | 135 | ||
137 | Additionally, if there is at least one right modifier, any other modifiers will turn into their right equivalents, so it is not possible to "mix and match" the two. | 136 | ?> Additionally, if there is at least one right modifier, any other modifiers will turn into their right equivalents, so it is not possible to "mix and match" the two. |
138 | {% endhint %} | ||
139 | 137 | ||
140 | # One Shot Keys | 138 | # One Shot Keys |
141 | 139 | ||