hacked CM to special case Key

This commit is contained in:
Tig
2024-11-22 16:24:42 -07:00
parent c2c5a37ca7
commit d8446fbaf1
12 changed files with 334 additions and 58 deletions

View File

@@ -6,6 +6,12 @@
using System;
using Terminal.Gui;
ConfigurationManager.Memory = """
{
"Application.QuitKey" : "Ctrl+Q"
}
""";
Application.Run<ExampleWindow> ().Dispose ();
// Before the application exits, reset Terminal.Gui for clean shutdown