Capitalize Python class names

This commit is contained in:
Ryan Rotter 2022-04-24 15:58:08 -05:00 committed by xs5871
parent 9733c43d2a
commit 9e171abc69

View File

@ -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 |
|`KC.CW` |`KC.CAPSWORD` |Enables/disables CapsWord |