summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorフィルターペーパー <76888457+filterpaper@users.noreply.github.com>2023-07-11 01:57:08 +0800
committerGitHub <noreply@github.com>2023-07-10 10:57:08 -0700
commita05e5b55547af1afccc4468f0452eca654df3ed4 (patch)
treed865d2ff478e7c43321edd377693f1b368088f06 /docs
parentf651f34c73964e2a21752cb549d9e62f53d04276 (diff)
Add MOUSEKEY_WHEEL_DELTA documentation (#21493)
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_mouse_keys.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/feature_mouse_keys.md b/docs/feature_mouse_keys.md
index 480fa0e334..42448325c9 100644
--- a/docs/feature_mouse_keys.md
+++ b/docs/feature_mouse_keys.md
@@ -67,6 +67,7 @@ This is the default mode. You can adjust the cursor and scrolling acceleration u
|`MOUSEKEY_TIME_TO_MAX` |30 |Time until maximum cursor speed is reached |
|`MOUSEKEY_WHEEL_DELAY` |10 |Delay between pressing a wheel key and wheel movement |
|`MOUSEKEY_WHEEL_INTERVAL` |80 |Time between wheel movements |
+|`MOUSEKEY_WHEEL_DELTA` |1 |Wheel movement step size |
|`MOUSEKEY_WHEEL_MAX_SPEED` |8 |Maximum number of scroll steps per scroll action |
|`MOUSEKEY_WHEEL_TIME_TO_MAX`|40 |Time until maximum scroll speed is reached |