mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Merge branch 'master' into fix_frame_dialog_messageboxes
This commit is contained in:
@@ -469,7 +469,8 @@ static class Demo {
|
||||
if ((keyEvent.Key & Key.AltMask) != 0)
|
||||
msg += "Alt ";
|
||||
msg += $"{(((uint)keyEvent.KeyValue & (uint)Key.CharMask) > 26 ? $"{(char)keyEvent.KeyValue}" : $"{keyEvent.Key}")}";
|
||||
list.Add (msg);
|
||||
//list.Add (msg);
|
||||
list.Add (keyEvent.ToString ());
|
||||
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user