arrow keys are not working in menus #9799

Closed
opened 2026-01-31 02:04:04 +00:00 by claunia · 9 comments
Owner

Originally created by @KaiDroste on GitHub (Jul 23, 2020).

Hello Together,

since the update from today (1.1.2021.0) I have the problem that the arrow keys are not working anymore into menus.
I have only the example of the esp idf menu. If I run it I can use all buttons but not the arrow keys anymore.
This is how the menu looks like. I want to go up and down with the arrow keys:
image

I also tested it in powershell and cmd. There is everything working fine.

EDIT: this Problem exist also at the powershell preview and also if you are using powershell into the VSCode terminal.

EDIT 2: I rolled now back to v1.0.1811.0 and there is everything working fine

Originally created by @KaiDroste on GitHub (Jul 23, 2020). Hello Together, since the update from today (1.1.2021.0) I have the problem that the arrow keys are not working anymore into menus. I have only the example of the esp idf menu. If I run it I can use all buttons but not the arrow keys anymore. This is how the menu looks like. I want to go up and down with the arrow keys: ![image](https://user-images.githubusercontent.com/59448194/88323773-06366900-cd23-11ea-8832-b4d3bc6c5895.png) I also tested it in powershell and cmd. There is everything working fine. EDIT: this Problem exist also at the powershell preview and also if you are using powershell into the VSCode terminal. EDIT 2: I rolled now back to v1.0.1811.0 and there is everything working fine
Author
Owner

@zadjii-msft commented on GitHub (Jul 24, 2020):

For future reference:
https://github.com/espressif/esp-idf

Does adding "experimental.input.forceVT": true to the root of your settings help by any chance?

@zadjii-msft commented on GitHub (Jul 24, 2020): For future reference: https://github.com/espressif/esp-idf Does adding `"experimental.input.forceVT": true` to the root of your settings help by any chance?
Author
Owner

@KaiDroste commented on GitHub (Jul 24, 2020):

Perfect. That works.

Beside this. Do you have any idea how to get this working at VSCode?

@KaiDroste commented on GitHub (Jul 24, 2020): Perfect. That works. Beside this. Do you have any idea how to get this working at VSCode?
Author
Owner

@Chips1234 commented on GitHub (Jul 26, 2020):

Perfect. That works.

Beside this. Do you have any idea how to get this working at VSCode?

Just use Visual Studio to build (Ctrl+Shift+B) then run (F5)

@Chips1234 commented on GitHub (Jul 26, 2020): > Perfect. That works. > > Beside this. Do you have any idea how to get this working at VSCode? Just use Visual Studio to build (<kbd>Ctrl+Shift+B</kbd>) then run (<kbd>F5</kbd>)
Author
Owner

@DHowett commented on GitHub (Jul 27, 2020):

Thanks for confirming. This sounds an awful lot like #7074 ... can you follow the troubleshooting steps in https://github.com/microsoft/terminal/issues/7074#issuecomment-664668844?

@DHowett commented on GitHub (Jul 27, 2020): Thanks for confirming. This sounds an awful lot like #7074 ... can you follow the troubleshooting steps in https://github.com/microsoft/terminal/issues/7074#issuecomment-664668844?
Author
Owner

@KaiDroste commented on GitHub (Jul 28, 2020):

image

@KaiDroste commented on GitHub (Jul 28, 2020): ![image](https://user-images.githubusercontent.com/59448194/88712467-116e0800-d11a-11ea-8624-a3247a17f97c.png)
Author
Owner

@DHowett commented on GitHub (Jul 28, 2020):

So, that's with experimental.input.forceVT turned on, which is the workaround. I'd be interested in seeing what happens with it turned off 😄

@DHowett commented on GitHub (Jul 28, 2020): So, that's with `experimental.input.forceVT` turned _on_, which is the workaround. I'd be interested in seeing what happens with it turned _off_ :smile:
Author
Owner

@KaiDroste commented on GitHub (Jul 28, 2020):

image
That's also not working correct. It will give either on true nor on false the same values. After switching a few times it gave other values. But now I'm not able to get those numbers back.

@KaiDroste commented on GitHub (Jul 28, 2020): ![image](https://user-images.githubusercontent.com/59448194/88714387-0d8fb500-d11d-11ea-887a-c462a461a30f.png) That's also not working correct. It will give either on true nor on false the same values. After switching a few times it gave other values. But now I'm not able to get those numbers back.
Author
Owner

@DHowett commented on GitHub (Jul 28, 2020):

Thanks for following up. Those numbers are the ones I was looking for. You can return forceVT to true and use it in the future.

This is the same as /dup #7074, which I now understand. 😄

@DHowett commented on GitHub (Jul 28, 2020): Thanks for following up. Those numbers are the ones I was looking for. You can return `forceVT` to `true` and use it in the future. This is the same as /dup #7074, which I now understand. :smile:
Author
Owner

@ghost commented on GitHub (Jul 28, 2020):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Jul 28, 2020): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9799