You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ctrl+Z should undo and Ctrl+Shift+Z should redo, on Windows and Linuxes.
If you're worried about conflicting with native browser undo/redo, well, you can defer to the default behavior if any text field is focused and preventDefault() otherwise.
If you're concerned with consistency between shortcuts, with Ctrl+N being unusable in some (maybe all or most) browsers, you could support both Ctrl and Alt+[Shift+]Z.
Also, I would support Ctrl+Y for redo, as many Windows users are used to.
The text was updated successfully, but these errors were encountered:
The app feels so much more solid with those few changes. :D
Feel free to continue reporting bugs / code idea etc.
I think I will! This looks like a very promising app. I'll definitely follow its development and open issues
probably every time I try it out. Don't feel pressured to address them in any particular timeframe, though.
Ctrl+Z should undo and Ctrl+Shift+Z should redo, on Windows and Linuxes.
If you're worried about conflicting with native browser undo/redo, well, you can defer to the default behavior if any text field is focused and
preventDefault()
otherwise.If you're concerned with consistency between shortcuts, with Ctrl+N being unusable in some (maybe all or most) browsers, you could support both Ctrl and Alt+[Shift+]Z.
Also, I would support Ctrl+Y for redo, as many Windows users are used to.
The text was updated successfully, but these errors were encountered: