forked from rohitpid/Linux-Magic-Trackpad-2-Driver
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to stop scrolling when moving the mouse.
This update brings a feature that allows you to stop scrolling if the mouse is moving. It is still very rough, but it works.
- Loading branch information
1 parent
ec80ec6
commit 71570b7
Showing
3 changed files
with
82 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
options hid-magicmouse \ | ||
scroll_acceleration=1 \ | ||
scroll_speed=25 \ | ||
stop_scroll_while_moving=1 \ | ||
scroll_speed=10 \ | ||
middle_click_3finger=1 \ | ||
scroll_delay_pos_x=200 \ | ||
scroll_delay_pos_y=200 | ||
scroll_delay_pos_x=300 \ | ||
scroll_delay_pos_y=250 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters