]> 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)
committerbot <bot@espressif.com>
Tue, 8 Oct 2019 08:15:51 +0000 (08:15 +0000)
commit6435c9f3d5da03a617c8546cadee79414845aed7
tree0c56c176a6ad3f98aac56aef58952df2f734624e
parentbf056c30d2e4921cd30497df9f9dc3ef6dd26455
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
docs/en/api-guides/tools/idf-monitor.rst
tools/idf_monitor.py