summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorray851107 <16625236+ray851107@users.noreply.github.com>2019-01-27 21:06:27 +0000
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-01-27 21:06:27 +0000
commitfe8577ccfbd136463635cd2bc826a942ba9662f4 (patch)
tree28793aa7900469b08a238d86f97815496f5dbcc5 /CHANGELOG.md
parent5e0d74094367e79e1ce2fe35e5996e41d1296807 (diff)
Improve touchpad scrolling
By scaling fractional scaling by scrolling multiplier before conversion to lines it is now possible to scroll much more accurately with touchpads. The `scrolling.multiplier` now also applies to touchpads.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36b3a094..5a1d8156 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+### Changed
+
+- Smoother scrolling for touchpads (also affects scrolling with some mice that send fractional scrolling values)
+- `scrolling.multiplier` now affects normal scrolling with touchpads
+
### Fixed
- Resolved off-by-one issue with erasing characters in the last column