summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEvan Travers <evantravers@gmail.com>2018-07-27 03:07:24 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-27 03:07:24 +0200
commitbd874b9577eafaf4c4b6a2730aecf02e94dc5b52 (patch)
treedc5fb1c568d4fbb6aebe9450210aee1c9c58d205 /docs
parent9fc7bb1f6a68ebae4275866d76e86e0b67e411f0 (diff)
downloadqmk_firmware-bd874b9577eafaf4c4b6a2730aecf02e94dc5b52.tar.gz
qmk_firmware-bd874b9577eafaf4c4b6a2730aecf02e94dc5b52.tar.xz
Docs: Clarify "right" -> "right-handed" (#3507)
I couldn't understand this sentence at first owing to the confusion between right meaning "correct," and right meaning "right-handed."
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_advanced_keycodes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_advanced_keycodes.md b/docs/feature_advanced_keycodes.md
index f03a7121c..493a99fd7 100644
--- a/docs/feature_advanced_keycodes.md
+++ b/docs/feature_advanced_keycodes.md
@@ -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