From 9e171abc69bc20bbe3869ab1e4c348b30a28b148 Mon Sep 17 00:00:00 2001 From: Ryan Rotter Date: Sun, 24 Apr 2022 15:58:08 -0500 Subject: [PATCH] Capitalize Python class names --- docs/capsword.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/capsword.md b/docs/capsword.md index b3a1087..c0e98a9 100644 --- a/docs/capsword.md +++ b/docs/capsword.md @@ -1,6 +1,6 @@ # CapsWord -The capsword module functions similar to caps lock but will deactivate automatically when its encounters a key that breaks the word or after inactivity timeout. -By default it will not deactivate capsword on numbers, alphabets, underscore, modifiers, minus, backspace and other keys like modtap, layers, etc. +The CapsWord module functions similar to caps lock but will deactivate automatically when its encounters a key that breaks the word or after inactivity timeout. +By default it will not deactivate CapsWord on numbers, alphabets, underscore, modifiers, minus, backspace and other keys like ModTap, Layers, etc. Add it to your keyboard's modules list with: ```python @@ -24,4 +24,4 @@ keyboard.keymap = [ |Key |Aliases |Description | |-----------------------|--------------------|-----------------------------------------------| -|`KC.CW` |`KC.CAPSWORD` |Enables/disables capsword | \ No newline at end of file +|`KC.CW` |`KC.CAPSWORD` |Enables/disables CapsWord | \ No newline at end of file