Skip to content

Ignore Tab in terminal and keep textarea enabled#21728

Merged
niik merged 1 commit intodevelopmentfrom
fix-copy-paste-from-terminal
Mar 4, 2026
Merged

Ignore Tab in terminal and keep textarea enabled#21728
niik merged 1 commit intodevelopmentfrom
fix-copy-paste-from-terminal

Conversation

@niik
Copy link
Member

@niik niik commented Mar 4, 2026

Closes #21696

Description

Add a custom key event handler to the terminal to return false for 'Tab' key events so the terminal doesn't intercept app tab navigation (terminal is read-only and doesn't accept Tab). Also remove the code that disabled the terminal textarea so focus/tab navigation and accessibility are preserved.

Screenshots

Release notes

Notes:

Add a custom key event handler to the terminal to return false for 'Tab' key events so the terminal doesn't intercept app tab navigation (terminal is read-only and doesn't accept Tab). Also remove the code that disabled the terminal textarea so focus/tab navigation and accessibility are preserved.
@niik niik merged commit 137e397 into development Mar 4, 2026
15 checks passed
@niik niik deleted the fix-copy-paste-from-terminal branch March 4, 2026 09:21
@case
Copy link

case commented Mar 7, 2026

@niik thanks for adding this! I was about to start on a branch to enable copy-paste from the pre-commit modal, but you got there first :) 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Commit failed text can no longer be copied

3 participants