GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[ENH] Allow the player to press ESC key to close the Sequence Editor window

xan2622 opened this issue · 3 comments

commented

Is your feature request related to a problem? Please describe.
The Sequence Editor window can't get closed by pressing ESC key.

Describe the solution you'd like
Allow the player to press ESC key to close the Sequence Editor window.

Additional context
Note that the GSE Options window allows it.

GSE version
GSE 3.0.16

commented
commented

postscript:
I know that it's a futile (very low priority) suggestion, but I think it would still help increase the "user-friendliness" of the addon (even a little bit).

commented

Just a thought:

Couldn't the window accept the ESC key event but only if SAVE button has been pressed before?

And if the macro is being edited, then do nothing if the user presses ESC.

Only accept to close the window if the macro is "safe", or if no modification has been made to it yet.