mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Add autohotkey
This commit is contained in:
@@ -243,6 +243,9 @@ namespace Wox
|
||||
|
||||
public void SetHotkey(string hotkeyStr, EventHandler<HotkeyEventArgs> action)
|
||||
{
|
||||
AHKHotkey ahk = new AHKHotkey();
|
||||
ahk.RegisterHotkey("#R",null);
|
||||
return;
|
||||
var hotkey = new HotkeyModel(hotkeyStr);
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user