Skip to content
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

feat(imperativeHandles): implemented noVNC RFB methods #28

Merged
merged 7 commits into from
Feb 27, 2022

Conversation

roerohan
Copy link
Owner

@roerohan roerohan commented Feb 27, 2022

Description

Implemented the following imperativeHandles from RFB.

sendCredentials,
sendKey,
sendCtrlAltDel,
focus,
blur,
machineShutdown,
machineReboot,
machineReset,
clipboardPaste

Resolved issues

Closes #27

Before submitting the PR, please take the following into consideration

  • It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. If you don't have an issue, please create one.
  • Prefix your PR title with feat: , fix: , chore: , docs:, or refactor:.
  • The description should clearly illustrate what problems it solves.
  • Ensure that the commit messages follow our guidelines.
  • Resolve merge conflicts (if any).
  • Make sure that the current branch is upto date with the main branch.

        sendKey,
        sendCtrlAltDel,
        focus,
        blur,
        machineShutDown,
        machineReboot,
        machineReset,
        clipboardPaste
@roerohan roerohan added the enhancement New feature or request label Feb 27, 2022
@roerohan roerohan self-assigned this Feb 27, 2022
@roerohan roerohan merged commit 1c8c234 into main Feb 27, 2022
@roerohan roerohan deleted the feat/rfb-options branch February 27, 2022 11:56
github-actions bot pushed a commit that referenced this pull request Feb 27, 2022
# [0.5.0](v0.4.4...v0.5.0) (2022-02-27)

### Features

* **imperativeHandles:** implemented noVNC RFB methods ([#28](#28)) ([1c8c234](1c8c234))

skip-checks: true
@github-actions
Copy link
Contributor

🎉 This PR is included in version 0.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

@Sid200026 Sid200026 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build a React wrapper around the clipboard event, and clipboardPasteFrom function
2 participants