]> granicus.if.org Git - esp-idf/commit
idf_monitor: Exit with CTRL+X in menu
authorPer-Olov Jernberg <possan@possan.se>
Sun, 6 Oct 2019 13:03:23 +0000 (15:03 +0200)
committerRoland Dobai <roland@espressif.com>
Wed, 9 Oct 2019 08:44:54 +0000 (10:44 +0200)
commit610b5579a781be825d78d57b38510dbd9c8baa3a
tree169a9f8c45f978af6bf0c50e29a1771989a5de5a
parent65e9af511440c5a70291c31dbac27ea2b873c9c7
idf_monitor: Exit with CTRL+X in menu

Currently, the only way of exiting the idf_monitor program is to hit the CTRL+] button, if your keyboard doesn't have that key unless you hit another modifier key, it's not super trivial to exit.

This change adds the option to exit with CTRL+T (for menu) then hitting X (or CTRL+X) for exiting.

Closes https://github.com/espressif/esp-idf/pull/4167
Closes https://github.com/espressif/esp-idf/issues/4129
tools/idf_monitor.py