Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shift-Tab Not Working on Windows #161

Closed
lllama opened this issue Mar 4, 2024 · 2 comments · Fixed by charmbracelet/bubbletea#995
Closed

Shift-Tab Not Working on Windows #161

lllama opened this issue Mar 4, 2024 · 2 comments · Fixed by charmbracelet/bubbletea#995

Comments

@lllama
Copy link

lllama commented Mar 4, 2024

It does now appear to be possible to go back in a form using shift-tab on Windows (using Windows Terminal).

To Reproduce

  1. Run the BubbleTea example burger program.
  2. Try to shift-tab back through the form.

Expected behavior
Moving back to the previous form input.

Desktop:

  • OS: Windows 11
  • Windows Terminal
  • Go 1.22
@meowgorithm
Copy link
Member

Internal note that the fix here may simply be to use Bubble Tea on master as we merged charmbracelet/bubbletea#878 recently, which overhauls input on Windows.

@lllama
Copy link
Author

lllama commented Mar 4, 2024

I shall have a look but I'm pretty sure I'm using master as I wanted window resizing support. I had a quick look at the code and I couldn't see the shift-tab key being handled anywhere. But that was only a quick look. I shall have a further dig and confirm that I'm on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants