-
I don't know if this is specific to Windows, but at least on my machine the keyboard input is slow. I was able to track down the issue to this line: Is there a reason for this and is there a way to customize/turn it off? Would you consider a PR to allow us to switch this off or customize it? Try commenting out that line and run the UICatalog app; notice how much more response the list is. Also make sure this is checked in settings: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This kind of thing should be fixed with the big v2 drivers rewrite, see #3837 Specifically the new ConsoleInput base class runs in a dedicated thread and has a 20ms polling: Terminal.Gui/ConsoleDrivers/V2/ConsoleInput.cs |
Beta Was this translation helpful? Give feedback.
This kind of thing should be fixed with the big v2 drivers rewrite, see #3837
Specifically the new ConsoleInput base class runs in a dedicated thread and has a 20ms polling:
Terminal.Gui/ConsoleDrivers/V2/ConsoleInput.cs