-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[BUG] Keyboard shortcuts on mac do not work #1067
Comments
jperl
referenced
this issue
in qawolf/qawolf
Feb 19, 2020
Correct, some mac+chromium editing commands don't work. It requires some upstream work. |
JoelEinbinder
added
the
upstream
This is a bug in something playwright depends on, like a browser.
label
Feb 19, 2020
pavelfeldman
added
v1
and removed
upstream
This is a bug in something playwright depends on, like a browser.
labels
Apr 15, 2020
Removing the v1 label. We'll follow up later, for now there is |
blueboxd
pushed a commit
to blueboxd/chromium-legacy
that referenced
this issue
Jun 22, 2020
Key events emulated with DevTools can now use the commands option to send editing commands that will be executed if the event is not canceled. This is important for shortcuts like Meta+A = SelectAll to work on a Mac. See puppeteer/puppeteer#1313 and microsoft/playwright#1067 Change-Id: Id258668bfc71ef9f7f47477ef9de3422ada1d4b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2211929 Commit-Queue: Joel Einbinder <einbinder@chromium.org> Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Reviewed-by: Dmitry Gozman <dgozman@chromium.org> Reviewed-by: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#780848}
JoelEinbinder
added a commit
that referenced
this issue
Jul 1, 2020
Highlights: - [Remove support for (prefers-color-scheme: no-preference). ](https://chromium.googlesource.com/chromium/src/+/ed6b36f0b4d40077d47bee90c16776dca0571e86) - [DevTools: Add commands option to Input.dispatchKeyEvent ](https://chromium.googlesource.com/chromium/src/+/3d3ee67f6904c527aca96b54588cb1008a17b23e) #1067
mjfroman
pushed a commit
to mjfroman/moz-libwebrtc-third-party
that referenced
this issue
Oct 14, 2022
Key events emulated with DevTools can now use the commands option to send editing commands that will be executed if the event is not canceled. This is important for shortcuts like Meta+A = SelectAll to work on a Mac. See puppeteer/puppeteer#1313 and microsoft/playwright#1067 Change-Id: Id258668bfc71ef9f7f47477ef9de3422ada1d4b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2211929 Commit-Queue: Joel Einbinder <einbinder@chromium.org> Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Reviewed-by: Dmitry Gozman <dgozman@chromium.org> Reviewed-by: Yang Guo <yangguo@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#780848} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 3d3ee67f6904c527aca96b54588cb1008a17b23e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context:
Code Snippet
Select All, Cut, and Paste do not seem to work.
Is Mac chromium not supported?
The text was updated successfully, but these errors were encountered: