Bring Undo to more web interactions Recovery
Finding
We already use Ctrl + Z without thinking when working in tools like Figma, Photoshop, and text editors.
But many websites don't support the same behavior for their own actions.
Idea
Web apps can support Ctrl + Z for reversible actions.
For example:
Delete item → Ctrl + Z → Item comes back
Move item → Ctrl + Z → Item returns
Change something → Ctrl + Z → Previous state
It can also work with the normal Undo button or toast.
- Homepage copy
- Pricing draft
- Scratch notes
- Launch checklist
Undo stack
Watching
Runs on its own
Why I like it
Users already know what Ctrl + Z means.
We don't need to teach them a new interaction. We can use an interaction they already have in their muscle memory.
It can also reduce confirmation popups for actions that can safely be undone.
Use familiar behaviors instead of making users learn new ones.