From d6f6c55238cfc3ec1412dfd84516e4184946a3d7 Mon Sep 17 00:00:00 2001 From: drashna Date: Tue, 4 Oct 2022 02:18:59 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20qmk/qmk?= =?UTF-8?q?=5Ffirmware@78c4907f34cc7936299ae5cc78460cb45f286e56=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature_caps_word.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/feature_caps_word.md b/feature_caps_word.md index 283f0f52889..507ea637b2f 100644 --- a/feature_caps_word.md +++ b/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