mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add F1 to open wox function guide page.
This commit is contained in:
parent
20ffcfb91e
commit
7926dd9aeb
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using System.Diagnostics;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
|
|
@ -530,6 +531,10 @@ namespace Wox
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case Key.F1:
|
||||||
|
Process.Start("https://github.com/qianlifeng/Wox/wiki/Wox-Function-Guide");
|
||||||
|
break;
|
||||||
|
|
||||||
case Key.Enter:
|
case Key.Enter:
|
||||||
case Key.Tab:
|
case Key.Tab:
|
||||||
AcceptSelect(resultCtrl.GetActiveResult());
|
AcceptSelect(resultCtrl.GetActiveResult());
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue