From fa783a9cd46c2ab3559aaa297135a845a3287e31 Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Tue, 6 Jun 2023 13:06:39 +0300 Subject: [PATCH] bind `Ctrl + R` to re-running the current query --- Flow.Launcher/MainWindow.xaml | 4 ++++ Flow.Launcher/ViewModel/MainViewModel.cs | 11 ++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher/MainWindow.xaml b/Flow.Launcher/MainWindow.xaml index 4a95834b5..f864815e4 100644 --- a/Flow.Launcher/MainWindow.xaml +++ b/Flow.Launcher/MainWindow.xaml @@ -86,6 +86,10 @@ Key="O" Command="{Binding LoadContextMenuCommand}" Modifiers="Ctrl" /> +