Skip to content

fix(terminal): allow browser clipboard paste shortcuts - #87

Open
almajd3713 wants to merge 2 commits into
Derssa:mainfrom
almajd3713:main
Open

fix(terminal): allow browser clipboard paste shortcuts#87
almajd3713 wants to merge 2 commits into
Derssa:mainfrom
almajd3713:main

Conversation

@almajd3713

@almajd3713 almajd3713 commented Aug 6, 2026

Copy link
Copy Markdown

Summary of Changes

Terminal shell did not allow for pasting clipboard using usual shortcuts (CTRL+V, etc). Added a handler to do that

Types of Changes

  • New feature / node type addition
  • Bug fix (non-breaking change resolving an issue)
  • Refactoring / structural cleanup
  • Documentation update

Verification & Testing

Automated Checks

  • Run npm run lint successfully with no errors
  • Run npm run build successfully with no compilation errors
  • Run npm test successfully (all tests pass)

Manual Verification

Ctrl+V from clipboard now pastes content to terminal. Tested with terminal code from the implemented guides.

Checklist

  • My code follows the repository's code style and lint standards
  • I have updated the documentation or instructions if necessary
  • All unit and integration tests are passing

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.

1 participant