mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[PR #445] [CLOSED] fix(scrollbar): don't handle arrow keys with modifiers #1320
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1320
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/445
Author: @remorses
Created: 12/27/2025
Status: ❌ Closed
Base:
main← Head:fix-scrollbar-modifier-keys📝 Commits (1)
9ee871bfix(scrollbar): don't handle arrow keys with modifiers📊 Changes
1 file changed (+11 additions, -4 deletions)
View changed files
📝
packages/core/src/renderables/ScrollBar.ts(+11 -4)📄 Description
Scrollbar was handling arrow keys (up/down/left/right) without checking for modifiers. This caused issues when modifier+arrow combinations were pressed:
Now the scrollbar only handles plain arrow keys without any modifiers.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.