-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Redo shortcut CTRL+Y
does not work on German keyboard layout
#1842
Comments
Broke with [email protected] / |
CTRL+Y
does not workCTRL+Y
does not work / German keyboard layout
CTRL+Y
does not work / German keyboard layoutCTRL+Y
does not work on German keyboard layout
Root causing this:
A proper solution would likely value actual keys over physical keys:
The alternative:
|
I can reproduce the issue. Using a German keyboard layout: German keyboard produces As a result when pressing
That's what we have to do. Or drop |
@nikku Do you want to go ahead and prototype the solution or should I give it a try? |
@philippfromme I've sketched an alternative:
If we ever want to support non latin keyboards (where users expect undo to be triggered on the physical |
It sounds like the alternative would be to right approach in the long term so why don't we just implement that instead of wasting time on an intermediate fix? |
If I understand you correctly (#1842 (comment)) you second the alternative I sketched. I#ll go ahead and remove the physical key fix then. We can then (potentially, some day in the future), add support for shortcut customization / physical key positions. |
👍🏻 |
Closed via 530b61e. |
Describe the Bug
I cannot use the
CTRL+Y
shortcut on Windows / Linux anymore to trigger redo.Steps to Reproduce
CTRL+Z
+CTRL+Y
Expected Behavior
Redo shortcut works.
Environment
The text was updated successfully, but these errors were encountered: