diff --git a/Flow.Launcher/Helper/HotKeyMapper.cs b/Flow.Launcher/Helper/HotKeyMapper.cs index b7b39ff31..5e3b30281 100644 --- a/Flow.Launcher/Helper/HotKeyMapper.cs +++ b/Flow.Launcher/Helper/HotKeyMapper.cs @@ -137,7 +137,7 @@ internal static class HotKeyMapper return; App.API.ShowMainWindow(); - _mainViewModel.ChangeQueryText(hotkey.ActionKeyword, true); + App.API.ChangeQuery(hotkey.ActionKeyword, true); }); }