mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
Fix error with Key.Space using lowercase letters.
This commit is contained in:
@@ -1140,10 +1140,11 @@ public static class AnsiEscapeSequenceRequestUtils
|
||||
if (isConsoleKey)
|
||||
{
|
||||
key = (ConsoleKey)ck;
|
||||
keyChar = (char)ck;
|
||||
}
|
||||
|
||||
newConsoleKeyInfo = new (
|
||||
consoleKeyInfo.KeyChar,
|
||||
keyChar,
|
||||
key,
|
||||
GetShiftMod (consoleKeyInfo.Modifiers),
|
||||
(consoleKeyInfo.Modifiers & ConsoleModifiers.Alt) != 0,
|
||||
|
||||
Reference in New Issue
Block a user