summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-10-04 02:17:40 +0000
committerQMK Bot <hello@qmk.fm>2022-10-04 02:17:40 +0000
commit89e75f6230e4251e1f9f7ba44d6e3720d00204e9 (patch)
treeb36c401c327da240714fe701b626daec276fb86a /docs
parent42ede46fad76bd0a4cdd1cdbc52dce91ab789501 (diff)
parent78c4907f34cc7936299ae5cc78460cb45f286e56 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_caps_word.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/feature_caps_word.md b/docs/feature_caps_word.md
index 283f0f5288..507ea637b2 100644
--- a/docs/feature_caps_word.md
+++ b/docs/feature_caps_word.md
@@ -4,7 +4,10 @@ It is often useful to type a single word in all capitals, for instance
abbreviations like "QMK", or in code, identifiers like `KC_SPC`. "Caps Word" is
a modern alternative to Caps Lock:
-* Letters are capitalized while active, and Caps Word automatically disables
+* While active, letters are capitalized and `-` becomes `_`. The `_` makes it easier
+ to type constant names (eg 'PROGRAM\_CONSTANTS').
+
+* Caps Word automatically disables
itself at the end of the word. That is, it stops by default once a space or
any key other than `KC_A`--`KC_Z`, `KC_0`--`KC_9`, `KC_MINS`, `KC_UNDS`,
`KC_DELETE`, or `KC_BACKSPACE` is pressed. Caps Word also disables itself if