When the text function was activated as last action, Ctrl-Z (UNDO) does not work. This is very annoying. Only the selection using the mouse in the action bar (Greenshot window > Bearbeiten (edit) > Undo) does work.
How to reproduce:
(1)
make a Greenshot snapshot
open in Greenshot editor
select Text function
(text-input overlay window opens)
don't type a text
type Ctrl+Z
==> no reaction
==> the text-input overlay window is not removed (this was expected)
(2)
make a Greenshot snapshot
open in Greenshot editor
select Text function
(text-input overlay window opens)
now type a text
type Ctrl+Z
==> It appears, that Ctrl+Z clears the text
Windows XP
Greenshot 1.1.7 build 17
Suggested change:
allow Ctrl+Z to undo the text-input addition (= to remove the text-input overlay window) IF no text input is present
If a previous text input has been deleted inside the text-input overlay window by a first Ctrl+Z action, then the second Ctrl+Z should remove the text-input overlay window.
The behavior is explainable as you are in a "text-editor" and there the Ctrl+z will undo any changes to this editor... but I do understand your point of view and will check if we can even change the behavior with little changes (we want to invest little time in the current editor as we will rewrite this).