Shortcuts: Add Ctrl+Y for redo to all editor instances on Windows#43392
Merged
Conversation
9 tasks
|
Size Change: +80 B (0%) Total Size: 1.32 MB
ℹ️ View Unchanged
|
draganescu
approved these changes
Aug 23, 2022
draganescu
left a comment
Contributor
There was a problem hiding this comment.
DID NOT TEST, but code looks good 👌🏻
Contributor
Author
|
@draganescu |
Contributor
Author
|
I have merged the latest trunk into this PR and the shortcut appears to be working as expected with this PR change. |
Contributor
Author
|
I called for testing on Slack, but maybe there is no one who can test on Windows 😅 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #43352
Follow-up on #42627
What?
This PR adds
Ctrl+Yfor redo to all editor instances on Windows.Why?
The redo shortcut by
Ctrl+Ywas added by #42627, but I found that it doesn't work outside of the post editor.How?
Added as an alias as well as the post editor.
Testing Instructions
This test can only be performed on Windows, but please make sure that redo by
Ctrl+Yis performed on all instances of the editor.