scroll sensitivity

This commit is contained in:
Will McGugan
2023-01-30 12:36:49 +01:00
parent 36188ae0dc
commit b585f25d7b
3 changed files with 26 additions and 12 deletions

View File

@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added the coroutines `Animator.wait_until_complete` and `pilot.wait_for_scheduled_animations` that allow waiting for all current and scheduled animations https://github.com/Textualize/textual/issues/1658
- Added the method `Animator.is_being_animated` that checks if an attribute of an object is being animated or is scheduled for animation
- Added App.scroll_sensitivity to adjust how many lines the scroll wheel moves the scroll position https://github.com/orgs/Textualize/projects/5?pane=issue&itemId=12998591
- Added Shift+scroll wheel and ctrl+scroll wheen to scroll horizontally
### Changed