menuconfig up/down arrows don't work
See original GitHub issueIssue #302 is again occuring.
I’m using the latest PIO dev core version 5.0.2b3
and the very latest development platform with https://github.com/platformio/platform-espressif32.git
The “L” key seems to be mapped to the Enter key too, “J” moves the cursor down and “K” moves the cursor up. “G” jumps to the top. Note that my keyboard layout is a german one, which may influence it (?).
Users report that normal invocation of idf.py menuconfig
makes the arrow keys work as usual.
The command is invoked from a PIO terminal.
> pio run -t menuconfig
..
Running menuconfig...
[0/1] cmd.exe /C "cd /D C:\Users\Maxi\Documents\PlatformIO\Projects\esp_test\.pio\build\esp32 && python C...nv --env IDF_TARGET=esp32 --output config C:/Users/Maxi/Documents/PlatformIO/Projects/esp_test/sdkconfig"Loaded configuration 'C:/Users/Maxi/Documents/PlatformIO/Projects/esp_test/sdkconfig'
No changes to save (for 'C:/Users/Maxi/Documents/PlatformIO/Projects/esp_test/sdkconfig')
..
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:12 (3 by maintainers)
Top Results From Across the Web
Menuconfig navigation does not work under windows 10
I typed the command pio run -t menuconfig The project settings have opened ... Reported in menuconfig up/down arrows don't work · Issue...
Read more >[linux,ncurses] arrow key not working in "make menuconfig"
When using "make menuconfig" to configure the kernel or any other things, the arrow key does not function as it should. Up/Down don't...
Read more >Cursor/arrow keys not working in Kernel Configuration ...
In the following window the cursor keys (arrow up, down, left, right) aren't working: the raw terminal control chars appear instead.
Read more >Arrow keys, Home, End, tab-complete keys not working in ...
@SimplySimon The up and down arrow keys are supposed to switch through previous commands, the left and right arrow keys are supposed to...
Read more >c# - Up, Down, Left and Right arrow keys do not trigger ...
I set tabstop to false for each control witch could grab the focus except a panel (but I don't know if it has...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @ppotter100 ! Do
J
andK
buttons work?In “yelow” version Arrow Keys not work.