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

CMD+C on MacOS focusses message input instead of copy #13155

Closed
SystemKeeper opened this issue Aug 28, 2024 · 1 comment · Fixed by nextcloud-libraries/nextcloud-vue#6021
Closed

Comments

@SystemKeeper
Copy link
Contributor

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce

  1. Select part of a message
  2. Press CMD+C

Expected behaviour

Selection is copied

Actual behaviour

Message input is focussed

Talk app

Talk app version: 20 RC3

Browser

Operating system: MacOS 14.6.1

Browser name: Chrome and Safari

@Antreesy
Copy link
Contributor

https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/getModifierState

On Mac CMD it's metaKey. Should be upstreamed to vue-lib

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

Successfully merging a pull request may close this issue.

2 participants