Mod-Shift-z to redo on Linux #5

Closed
mbasaglia wants to merge 1 commit from patch-1 into main
mbasaglia commented 2022-06-30 08:10:01 +02:00 (Migrated from github.com)

On Linux Ctrl-Shift-Z is way more common that Ctr-Y to redo.

The best source I could find to support this claim is that Qt uses it by default for X11: github.com/qt/qtbase@067b538641/src/gui/kernel/qplatformtheme.cpp (L197)

On Linux Ctrl-Shift-Z is way more common that Ctr-Y to redo. The best source I could find to support this claim is that Qt uses it by default for X11: https://github.com/qt/qtbase/blob/067b53864112c084587fa9a507eb4bde3d50a6e1/src/gui/kernel/qplatformtheme.cpp#L197
marijnh commented 2022-06-30 08:13:51 +02:00 (Migrated from github.com)

Is there any reason to not also keep ctrl-y bound? All of Chrome, Firefox, VS Code, and LibreOffice support that, and I definitely think users expect that binding.

Is there any reason to not also keep ctrl-y bound? All of Chrome, Firefox, VS Code, and LibreOffice support that, and I definitely think users expect that binding.
mbasaglia commented 2022-06-30 10:36:59 +02:00 (Migrated from github.com)

Yeah it could have both too

Yeah it could have both too
marijnh commented 2022-06-30 11:19:35 +02:00 (Migrated from github.com)

Done in attached patch.

Done in attached patch.

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
codemirror/commands!5
No description provided.