m5stack / Core2-for-AWS-IoT-Kit

Accompanying code for use with AWS IoT Kit content. Works with PlatformIO and ESP-IDF v4.2.
https://m5stack.com/collections/m5-core/products/m5stack-core2-esp32-iot-development-kit-for-aws-iot-edukit
MIT License
127 stars 66 forks source link

Arrow Key Inputs Not working for MenuConfig #56

Closed RCNewton85 closed 3 years ago

RCNewton85 commented 3 years ago

https://edukit.workshop.aws/en/blinky-hello-world/connecting-to-aws.html

Windows 10 - Visual Studio - PlatformIO Terminal

Here you will set the configuration. Use the direction keys on your keyboard to go to Component config –> Amazon Web Services IoT Platform

Arrow Keys do nothing. Other Keys work.

RCNewton85 commented 3 years ago

Tried on Screen Keyboard as well. Unresponsive as well.

rashedtalukder commented 3 years ago

I found this issue: https://github.com/platformio/platform-espressif32/issues/423

Do you have a US keyboard with the standard layout? Is there a VSCode configuration for the keyboard that might have been changed? Seems like there might be a different mapping for your keys. According to that issue, J & K buttons are mapped to up and down for those users. Does that seem to work?

rashedtalukder commented 3 years ago

Found a "hint" on PIO docs about the other keys: In case the UP and DOWN arrows don’t work in menuconfig try using the J key to move the cursor down and K to move the cursor up. Another option is to use - and + keys on the numeric keypad.

Pushed an update to the english tutorial with a similar note: https://github.com/aws-samples/aws-iot-edukit-tutorials/commit/cd2b0fee8f3c5e700d3be64539a5861e5378aa6d