Mod-Shift-z to redo on Linux #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)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.
Yeah it could have both too
Done in attached patch.
Pull request closed