Skip to content

Instantly share code, notes, and snippets.

@jeffhollan
Last active October 12, 2018 23:57
Show Gist options
  • Save jeffhollan/5e3b88a10413d30f4d30d45ee681dfcf to your computer and use it in GitHub Desktop.
Save jeffhollan/5e3b88a10413d30f4d30d45ee681dfcf to your computer and use it in GitHub Desktop.
ignite autohotkey
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
^+1::
Send, EventHub
Return
^+2::
Send, inventory
Return
^+3::
Send, ,{Enter}[SignalR(HubName = "inventory")] out SignalRMessage notify
Return
^+4::
Send, notify = new SignalRMessage {{} {Enter} Target = "web",{Enter}Arguments = new [] {{} myEventHubMessage {}}
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment