-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy & paste with middle mouse button click #98
base: main
Are you sure you want to change the base?
Conversation
Add labels:
For UI review:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't merge this. I need to update the docs in this PR. (You can also do it if you're pressed for time, but I should be done by EoD.)
Changelog.md
Outdated
|
||
### Added | ||
|
||
- Ability to copy and paste with the middle mouse button click. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Ability to copy and paste with the middle mouse button click. | |
- Ability to copy and paste the selected serial terminal output with the middle mouse button. |
Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
…com/NordicSemiconductor/pc-nrfconnect-serial-terminal into feat/copy-paste-middle-mouse-button
@@ -383,6 +446,44 @@ export default ({ | |||
setHistoryLine(undefined); | |||
} | |||
}} | |||
// onMouseDown={e => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will remove before merge
Co-authored-by: Sviatoslav Svitlychnyi <kiev.devel@gmail.com>
No description provided.