Skip to content

Commit

Permalink
Fix link and title. Add commas.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glodigit authored and xs5871 committed Mar 10, 2025
1 parent 9e2635f commit 0079b9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/en/mouse_keys.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mouse keys
# Mouse Keys

To enable mouse cursor and/or mouse buttons control from the keyboard add this
To enable mouse cursor and/or mouse buttons control from the keyboard, add this
module to list:

```python
Expand Down Expand Up @@ -28,7 +28,7 @@ keyboard.modules.append(MouseKeys())

# Customizing Movement

To change the speed and acceleration of mouse movement use the following code:
To change the speed and acceleration of mouse movement, use the following code:

```python
from kmk.modules.mouse_keys import MouseKeys
Expand All @@ -43,5 +43,5 @@ keyboard.modules.append(mousekeys)
```

**Note**:
Support for panning (mouse wheel left/right) `boot.py` has to be explicitly
enabled in `boot.py` with the [`bootcfg` module](boot.md#panning).
Support for panning (mouse wheel left/right) has to be explicitly
enabled in `boot.py` with the [`bootcfg` module](boot.md#pan).

0 comments on commit 0079b9e

Please sign in to comment.