prusa3d / PrusaSlicer

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
https://www.prusa3d.com/prusaslicer/
GNU Affero General Public License v3.0
7.53k stars 1.9k forks source link

Normal Redo Shortcut #12038

Open pravdomil opened 6 months ago

pravdomil commented 6 months ago

can we have Redo to have shortcut Cmd + Shift + Z? like other macOS software have

image
hkienle commented 5 months ago

Ctrl-Y is (also) a reasonable choice, at least on Linux. It would be really nice to have an editor for shortcuts, then such problems would go away.

samyk commented 1 month ago

I agree the functions should be the system default for the OS.

On Linux, that's ctrl+Y and ctrl+shift+Z. On macOS, that's cmd+shift+Z. On Windows, that's ctrl+Y.

Confusingly on macOS if you attempt cmd+shift+Z, it ends up undo'ing rather than redoing -- I just lost some work running into this nuance.

Editor for shortcuts would be nice but is more work and while editor is nice, system defaults should still prevail by default for accessibility and is less effort to implement as it doesn't make sense for all users of an OS to need to adjust commonly known shortcuts.