You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
df8e013 Fix immediate Hotstrings sending their own last character, such as :*:abc::cde. Until recently, this used to falsely only send de instead of cde
1e095e73b9a7e6 Fix grabbing modifier hotkeys that send a key, such as LAlt::Send a (#50)
70d0b14WinGet: Add sub-commands PID, ProcessName, Count and List / Fix matching all windows by specifying empty title
599ae58MsgBox: see first arg as options only if the value doesn't come from a variable. For example, x = 4, MsgBox, %x%, text now properly shows 4, text.