-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Keyboard Shortcuts: Revert delete shortcut to access + z
#69931
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
Keyboard Shortcuts: Revert delete shortcut to access + z
#69931
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Unlinked AccountsThe following contributors have not linked their GitHub and WordPress.org accounts: @Czab1, @tjarrettveracode. Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases. If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
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.
I'm considering skipping this CI temporarily. See #69943 Update: #69943 has been merged. @yogeshbhutkar can you rebase this PR? |
f1ad736
to
8c81e12
Compare
Thanks for the review, @t-hamano. |
Unlinked contributors: Czab1, tjarrettveracode. Co-authored-by: yogeshbhutkar <yogeshbhutkar@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: jarekmorawski <jarekmorawski@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: talldan <talldanwp@git.wordpress.org> Co-authored-by: joedolson <joedolson@git.wordpress.org> Co-authored-by: jasmussen <joen@git.wordpress.org>
A backport PR for the |
Unlinked contributors: Czab1, tjarrettveracode. Co-authored-by: yogeshbhutkar <yogeshbhutkar@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: jarekmorawski <jarekmorawski@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: talldan <talldanwp@git.wordpress.org> Co-authored-by: joedolson <joedolson@git.wordpress.org> Co-authored-by: jasmussen <joen@git.wordpress.org>
Removing the |
Unlinked contributors: Czab1, tjarrettveracode. Co-authored-by: yogeshbhutkar <yogeshbhutkar@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: jarekmorawski <jarekmorawski@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: talldan <talldanwp@git.wordpress.org> Co-authored-by: joedolson <joedolson@git.wordpress.org> Co-authored-by: jasmussen <joen@git.wordpress.org>
What?
Follow-up to #68139
Reverts #69074, #68164
This PR reverts the changes made in #69074 and #68164 to the delete keyboard shortcut.
Why?
There were concerns raised regarding accessibility and user experience with the use of
Ctrl/Cmd + Shift + Backspace/Delete
as the keyboard shortcut. ( Ref. #68139 (comment) )How?
primaryShift + backspace
was replaced withaccess + z
as the new shortcut for removing the selected blocks.Testing Instructions
ctrl + option + z
onmacOS
andshift + alt + z
onWindows
/Linux
.Testing Instructions for Keyboard
Same.
Screencast
Note: Tested on MacOS, works as expected.