Skip to content

[feat] Undo/Redo feature #1951

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
homebodify opened this issue May 28, 2025 · 2 comments
Open

[feat] Undo/Redo feature #1951

homebodify opened this issue May 28, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@homebodify
Copy link
Contributor

Describe the feature

As a designer, I use keyboard shortcuts for Undo (CMD+Z) and Redo (CMD+SHIFT+Z) even in Figma and other browser-based tools. Since this feature doesn't seem to be available, the browser tab's Undo/Redo gets triggered instead, which is often confusing. If this could be considered, I think it would help me focus better on my work.

@homebodify homebodify added the enhancement New feature or request label May 28, 2025
@manu29d
Copy link

manu29d commented May 30, 2025

Hi @homebodify , I think this feature already exists

useHotkeys(Hotkey.UNDO.command, () => editorEngine.action.undo());
useHotkeys(Hotkey.REDO.command, () => editorEngine.action.redo());

@homebodify
Copy link
Contributor Author

homebodify commented May 30, 2025

@manu29d Thanks for letting me know. Then I think it might be a bug @Kitenite

When I press a shortcut key, the browser's shortcut is executed.
I use Arc browser.

FocuSee.Project.2025-05-30.10-12-33.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants