From c0d41a358f124b9e8ef33fb5a7af14dea634afdd Mon Sep 17 00:00:00 2001 From: DB p Date: Tue, 16 Apr 2024 02:21:29 +0900 Subject: [PATCH] - Remove Duplicated History Hotkey - Add Select Last Item hotkey --- Flow.Launcher/MainWindow.xaml | 9 +++++---- Flow.Launcher/ViewModel/MainViewModel.cs | 7 +++++++ Flow.Launcher/ViewModel/ResultsViewModel.cs | 5 +++++ 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/Flow.Launcher/MainWindow.xaml b/Flow.Launcher/MainWindow.xaml index 2d5075bfb..f0ab829ff 100644 --- a/Flow.Launcher/MainWindow.xaml +++ b/Flow.Launcher/MainWindow.xaml @@ -74,6 +74,10 @@ Key="Home" Command="{Binding SelectFirstResultCommand}" Modifiers="Alt" /> + - +