Capitalize Python class names
This commit is contained in:
parent
9733c43d2a
commit
9e171abc69
@ -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 |
|
Loading…
Reference in New Issue
Block a user