Skip to content

Commit

Permalink
Docs: Clarify "right" -> "right-handed" (qmk#3507)
Browse files Browse the repository at this point in the history
I couldn't understand this sentence at first owing to the confusion
between right meaning "correct," and right meaning "right-handed."
  • Loading branch information
evantravers authored and Matt662 committed Jul 30, 2018
1 parent 2757b14 commit dede61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature_advanced_keycodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ We've added shortcuts to make common modifier/tap (mod-tap) mappings more compac
?> 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.
?> 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.
?> Additionally, if there is at least one right-handed modifier, any other modifiers in a chain of functions will turn into their right-handed equivalents, so it is not possible to "mix and match" the two.
# One Shot Keys
Expand Down

0 comments on commit dede61c

Please sign in to comment.