We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3155bc commit 8f18e2fCopy full SHA for 8f18e2f
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -244,8 +244,8 @@ private void InitializeKeyCommands()
244
autoCompleteText = SelectedResults.SelectedItem.QuerySuggestionText;
245
}
246
247
- var SpecialKeyState = GlobalHotkey.Instance.CheckModifiers();
248
- if (SpecialKeyState.ShiftPressed)
+ var specialKeyState = GlobalHotkey.CheckModifiers();
+ if (specialKeyState.ShiftPressed)
249
{
250
autoCompleteText = result.SubTitle;
251
0 commit comments