Rapid travel filter + ESC improvements

This commit is contained in:
2024-02-27 21:17:12 +01:00
parent 9ee819cee3
commit 4302b23ceb
7 changed files with 22 additions and 8 deletions

View File

@@ -5,4 +5,5 @@ namespace FileTime.GuiApp.App.Services;
public interface IKeyInputHandlerService
{
Task ProcessKeyDown(KeyEventArgs e);
event EventHandler? UnhandledEsc;
}