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

Undo while prompt text box is focused #11

Open
JTJutajoh opened this issue Jan 17, 2023 · 0 comments
Open

Undo while prompt text box is focused #11

JTJutajoh opened this issue Jan 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@JTJutajoh
Copy link

Currently, when the prompt text box is focused and Ctrl+Z is pressed, it works like pressing Ctrl+Z in photoshop itself does, flipflops between undo and redo. However, pressing Ctrl+Shift+Z does not behave the same way that it does in photoshop itself, and still just flipflops between undo/redo rather than stepping back in an undo history.

I think this is not ideal behavior and there are two possibilities for how it should behave instead:

  1. Ctrl+Shift+Z should step back in undo history like it does in photoshop itself. I understand this may be a big ask if there isn't already an implementation of an undo history for prompt entry.
  2. The text box should ignore Ctrl+Z and Ctrl+Shift+Z keyboard shortcuts. When the user uses those shortcuts while the text box is in focus, photoshop just behaves as normal and the text box is unchanged.
@isekaidev isekaidev added the enhancement New feature or request label Jan 18, 2023
@JTJutajoh JTJutajoh changed the title Feature Request: Undo while prompt text box is focused Undo while prompt text box is focused Jan 18, 2023
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