mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 11:39:16 +08:00
Add F1 to open wox function guide page.
This commit is contained in:
parent
20ffcfb91e
commit
7926dd9aeb
@ -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 New Issue
Block a user