Moved Toplevel keybindings out of Toplevel to Application.

Still need to move navigation code out of Toplevel
This commit is contained in:
Tig
2024-07-24 12:28:30 -06:00
parent feaf5c0f6c
commit c03dd32031
36 changed files with 1035 additions and 870 deletions

View File

@@ -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 ();