mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix win+r issue.
This commit is contained in:
parent
c7dfaac61a
commit
41c4cbe3a6
1 changed files with 2 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ namespace WinAlfred
|
|||
{
|
||||
if (Settings.Instance.ReplaceWinR)
|
||||
{
|
||||
//todo:need refatoring. move those codes to CMD file or expose events
|
||||
if (keyevent == KeyEvent.WM_KEYDOWN && vkcode == (int)Keys.R && state.WinPressed)
|
||||
{
|
||||
WinRStroked = true;
|
||||
|
|
@ -255,6 +256,7 @@ namespace WinAlfred
|
|||
resultCtrl.Clear();
|
||||
ChangeQuery(">");
|
||||
}
|
||||
tbQuery.CaretIndex = tbQuery.Text.Length;
|
||||
}
|
||||
|
||||
private void TbQuery_OnPreviewKeyDown(object sender, KeyEventArgs e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue