opt: Distinguish natural scrolling Settings between the trackpad and the scroll wheel

This commit is contained in:
DreamMaoMao 2025-04-01 13:54:04 +08:00
parent 027f05c1a2
commit 47c1a7e328
4 changed files with 24 additions and 11 deletions

View file

@ -102,7 +102,8 @@ int repeat_delay = 600;
int tap_to_click = 1;
int tap_and_drag = 1;
int drag_lock = 1;
int natural_scrolling = 0;
int mouse_natural_scrolling = 0;
int trackpad_natural_scrolling = 0;
int disable_while_typing = 1;
int left_handed = 0;
int middle_button_emulation = 0;