https://bugs.winehq.org/show_bug.cgi?id=57078
Bug ID: 57078 Summary: add kitty keyboard protocol support for console apps Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: unxed@mail.ru Distribution: ---
Several Windows console apps use key combinations that are not available in common linux terminals, such as Ctrl+Enter (Far Manager uses it, for example).
But there is *nix terminal emulator app capable to send any key combination to app using special escape sequences: https://sw.kovidgoyal.net/kitty/keyboard-protocol/
It would be great is Wine supported this protocol for the best UX of Windows console apps at least in one terminal emulator widely available across distributions.