Ctrl/Cmd+(Shift)+Z: Undo/Redo
Bug #204366 reported by
sander
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Coccinella |
Fix Released
|
Wishlist
|
Mats |
Bug Description
These 2 related commands are missing for text and input fields:
1) Ctrl/Cmd+Z: Undo the latest changes to a text. The user can enter this command multiple times.
2) Ctrl/Cmd+Shift+Z: Redo the latest undone changes; reverse of Undo
PS: these commands would be also interesting in the whiteboard...you can add this feature there at once, or I can open a new bug entry for these commands in the whiteboard.
Changed in coccinella: | |
assignee: | nobody → matsben |
importance: | Undecided → Wishlist |
description: | updated |
Changed in coccinella: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The whiteboard already has Undo/Redo. At least on Mac. tcl.tk/ man/tcl8. 5/TkCmd/ text.htm# M81
The text widget has some built in support for this
http://
Any idea what the keybindings shall be? Mac has Command-Z for undo and
missing key binding for redo.