jczic / ESP32-MPY-Jama

v1.2 - UI tool for manage Espressif ESP32 microcontrollers with embedded MicroPython for MacOS, Windows and Linux: mini IDE, files manager, REPL, real time dashboards (sys/net), advanced features (gpio/mp3/leds/...)
https://github.com/jczic/ESP32-MPY-Jama
MIT License
410 stars 25 forks source link

Dialogs should accept "Enter" and "ESC" keys #32

Closed happenpappen closed 1 year ago

happenpappen commented 1 year ago

For improved usability: Dialogs should accept pressing the "Enter" key instead of "OK" and the "ESC" key instead of "Cancel".

jczic commented 1 year ago

@happenpappen , yes I know, I often think about it but I haven't done it yet, it would indeed be more practical to use on the dialog boxes :) ( On the other hand, I improved the use of some keys on the little IDE, especially with TAB and shift+TAB ).

jczic commented 1 year ago

I just added key ESC to close dialogue boxes for the moment :)

jczic commented 1 year ago

I also added the ENTER key to validate dialogue boxes.

happenpappen commented 1 year ago

Cool, looks good! Thank you!