]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Docs: Clarify "right" -> "right-handed" (#3507)
authorEvan Travers <evantravers@gmail.com>
Fri, 27 Jul 2018 01:07:24 +0000 (20:07 -0500)
committerDrashna Jaelre <drashna@live.com>
Fri, 27 Jul 2018 01:07:24 +0000 (18:07 -0700)
I couldn't understand this sentence at first owing to the confusion
between right meaning "correct," and right meaning "right-handed."

docs/feature_advanced_keycodes.md

index f03a7121c4fd6919200b40f6392de44596224199..493a99fd7379ab7b02f52cf447a0373ca4df8417 100644 (file)
@@ -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