Mouse Events
By the end of this guide, you will:
-
TODO: Write learning objectives
β οΈ This page is a stub. Help us write it! See the Documentation Plan and Style Guide.
User Stories
Story 20: Mouse Support
As a terminal user with mouse-enabled terminal
I want to use my mouse to click and scroll
So that I have an alternative to keyboard navigation
Acceptance Criteria
-
Click on pane to focus it
-
Click on item to select it
-
Click on expand/collapse indicators
-
Mouse wheel scrolls in focused pane
-
All functionality remains keyboard-accessible
-
Mouse events donβt break text selection
Notes
-
Optional enhancement
-
Introduces mouse event handling
-
Must not compromise keyboard experience
-
Terminal capability detection