public PredefinedHotkeyHandlers(IHotkeyHandlerHost host) { Host = host; }
public ScriptGlobals(IHotkeyHandlerHost host, CancellationToken token) { this.Host = host; this.Token = token; }
public ScriptHotkeyHandlers(IHotkeyHandlerHost host) { Host = host; }