mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-14 06:59:50 -05:00
opt: Distinguish natural scrolling Settings between the trackpad and the scroll wheel
This commit is contained in:
parent
027f05c1a2
commit
47c1a7e328
4 changed files with 24 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue