From ff92bb3cbcc30596650a2909fbb2f59f632fff91 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 15 Jun 2023 18:01:01 +1200 Subject: [PATCH] feat: :sparkles: bind `Ctrl`+`W` and `Ctrl`+`S` to previous/next (#2189) --- Flow.Launcher/MainWindow.xaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Flow.Launcher/MainWindow.xaml b/Flow.Launcher/MainWindow.xaml index f864815e4f3..bf748c134cf 100644 --- a/Flow.Launcher/MainWindow.xaml +++ b/Flow.Launcher/MainWindow.xaml @@ -62,6 +62,10 @@ Key="J" Command="{Binding SelectNextItemCommand}" Modifiers="Ctrl" /> + +