mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 08:50:25 +01:00
Fixed.
Added event.md
This commit is contained in:
@@ -1384,7 +1384,7 @@ wo
|
||||
|
||||
foreach (Key key in keys)
|
||||
{
|
||||
top.NewKeyDownEvent (new (key));
|
||||
top.NewKeyDownEvent (key);
|
||||
Application.MainLoop.RunIteration ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user