Skip to content
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

[❔Feature Request ] Keyboard Shortcuts / UNDO Control #65

Open
johnpg82 opened this issue Jul 24, 2023 · 1 comment
Open

[❔Feature Request ] Keyboard Shortcuts / UNDO Control #65

johnpg82 opened this issue Jul 24, 2023 · 1 comment

Comments

@johnpg82
Copy link

Being able to ctrl+z for example after you've dropped an element to undo the element. I built an open source VanillaJS keyboard handler w/ combinations if you're interested in using that. I guess it would be a matter of keeping the history stored. Something as easy as even just one step back would be useful in speeding up the design process.

https://github.com/ForestOfKnowledge/ModernKeyMapper

@app-generator
Copy link
Owner

Hello @johnpg82

Thank you for supporting this free builder.
I will take a look at yr product and get back.

The history in the builder can be done, but need to somehow save at each action the current version at and rewind at each CRTL-Z or just have incremental saving.

On the other hand, the user can simply use the controls provided by the builder and:

  • delete a component
  • edit text
  • update styling

In all cases, we keep in mind this proposal and see if the user vote for it

Ty!

@app-generator app-generator changed the title Keyboard Shortcuts [❔Feature Request ] Keyboard Shortcuts / UNDO Control Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants