ihhub / fheroes2

fheroes2 is a recreation of Heroes of Might and Magic II game engine.
https://ihhub.github.io/fheroes2/
GNU General Public License v2.0
2.69k stars 375 forks source link

Force use the non-typeable hotkeys for text input dialog and allow starting a new line in multiline texts #8739

Closed Districh-ru closed 4 months ago

Districh-ru commented 4 months ago

This PR forces not to use the customized hotkeys for OK and CANCEL as they can be set as input characters in text input dialog. ESC will always be forced as a CANCEL hotkey. ENTER will always be forced as an OK hotkey only for the single-line text.

Also the input of a new line (by pressing Enter key) is implemented for the multi-line texts.

ihhub commented 4 months ago

@Districh-ru , thank you very much for this improvement!