mrjackwills / oxker

A simple tui to view & control docker containers
MIT License
676 stars 24 forks source link

[BUG] Double key strokes when trying to navigate on Windows #36

Closed ItaloCunhaBueno closed 4 months ago

ItaloCunhaBueno commented 4 months ago

Describe the bug Whenever I try to navigate, it registers double key strokes. See the gif below:

WindowsTerminal_HCNDtojnoI

Those were single key strokes, it happens with every command (changing panels, opening help modal, etc).

To Reproduce Steps to reproduce the behavior:

  1. try to navigate

Expected behavior Single key strokes should be registered.

Desktop (please complete the following information):

Additional context Terminal: Windows Terminal using PowerShell 7.4.2

mrjackwills commented 4 months ago

Thanks, I'm struggling to test it on Windows on my machine,

Would you be able to test it if I upload an .exe here, or I can create a new branch that you can clone and build from

I have a fix, and I have it working on a windows machine, so expect a new release soon

Thanks