From 574953c0ffd6b9a0ead1b5aaf4ed3c071023ec36 Mon Sep 17 00:00:00 2001 From: cyber-sushi <99445392+cyber-sushi@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:18:22 +0100 Subject: [PATCH] Fixed typo on Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f71138..cd32512 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,8 @@ Example where Ctrl + Alt + Scrollwheel will do random stuff idk I have no more c KEY_LEFTCTRL-KEY_LEFTALT.SCROLL_WHEEL_UP = ["KEY_F5", "KEY_SLASH"] KEY_LEFTCTRL-KEY_LEFTALT.SCROLL_WHEEL_DOWN = ["KEY_MINUS", "KEY_APOSTROPHE"] ``` -If you don't need to remap your scroll wheel, just omit the entire `[bindings.axis]` and `[combinations.axis]` paragraphs and it'll fall back to default functionality. -**Note: axis names are hardcoded, currently you can use `SCROLLWHEEL_UP`, `SCROLLWHEEL_DOWN`, `DPAD_UP`, `DPAD_DOWN`, `DPAD_LEFT` and `DPAD_RIGHT` (DPAD is used by game controllers).** +If you don't need to remap your scroll wheel, just omit the entire `[bindings.axis]` and `[combinations.axis]` paragraphs and it'll fall back to default functionality.\ +**Note: axis names are hardcoded, currently you can use `SCROLL_WHEEL_UP`, `SCROLL_WHEEL_DOWN`, `DPAD_UP`, `DPAD_DOWN`, `DPAD_LEFT` and `DPAD_RIGHT`.** DPAD is used by game controllers. ### \[settings] There are currently 4 available settings: