-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Reintroduce support for meta+Y shortcut #8921
Comments
Yes, if it's the way for Windows, then we probably should. It's a bit annoying that there's no universal shortcut for it. On a May, cmd+Y is used in browsers to show all history, so we'd have to only add this shortcut for Windows, otherwise it clashes with a browser shortcut. |
This was reported also on Trac, see https://core.trac.wordpress.org/ticket/49459, and that was one of the tickets the accessibility team milestoned for WordPress 5.5. The accessibility team would need some help (we did ask for help) to help this issue move on 🙂 Setting the milestone to WordPress 5.6. for visibility. |
CMIIW: |
@afercia can you elaborate on what help is needed? I'm having trouble accessing the Slack thread and this issue is sooooo aggravating. I love WordPress and I appreciate all the team does, but I really can't convey how much the lack of Windows redo hotkey support irks me. I really hope this will be prioritized, because the issue is nearly 30 months old now and I always pray it will be resolved the next time WordPress updates, but it never is. It's especially bad for us since we have a global hotkey assigned to Ctrl+Shift+Z which means no redo unless we reassign that key any time we use WordPress. 99.9999% of the time not an issue on Windows because every other application supports Ctrl+Y. |
It's been almost 4 years since this was reported Can we please get this simple quality-of-life feature back? Nobody uses Ctrl+Shift+Z for redo on Windows, and it conflicts with a global hotkey we use which makes the lack of the Ctrl+Y hotkey all the more annoying. That leaves us with only the option of using the mouse to redo, which is a horrible workflow. I'm not sure who the relevant people would be to ping for this, so apologies for probably pinging the wrong people. |
What program is using that combination? |
@ellatrix thank you so much for your speedy response and PR to resolve this! I'm very appreciative for you taking a crack at this. I'd be happy to test the changes, but I'm not sure how I can actually do that?
The program using that hotkey globally is Recollectr. It's re-assignable, but it's a pain to re-assign it and revert it only when working in WordPress. Besides that, my brain is pretty much locked to Ctrl+Y for redo after decades of using it. |
Hello,
As discussed in #71, the support for meta+Y shortcut has been removed in
gutenberg/packages/editor/src/components/rich-text/index.js
Line 170 in 0a21147
The only way to redo an undone action for Windows users is to type CTRL+SHIFT+Z which is very uncommon (and not very user friendly).
CTRL+Y is a standard shortcut known by most of Windows users, unlike CTRL+SHIFT+Z.
Would it be possible to reintroduce the use of the meta+Y shortcut (or at least CTRL+Y)?
Thanks a lot,
EDIT: please note that I'm not asking to remove the CTRL+SHIFT+Z shortcut.
The text was updated successfully, but these errors were encountered: