mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
Moved Toplevel keybindings out of Toplevel to Application.
Still need to move navigation code out of Toplevel
This commit is contained in:
@@ -187,7 +187,7 @@ public class TreeTableSourceTests : IDisposable
|
||||
Assert.Equal (0, tv.SelectedRow);
|
||||
Assert.Equal (1, tv.SelectedColumn);
|
||||
|
||||
top.NewKeyDownEvent (Key.CursorRight);
|
||||
Application.OnKeyDown (Key.CursorRight);
|
||||
|
||||
tv.Draw ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user