Skip to content

Instantly share code, notes, and snippets.

@mysy00
Last active May 1, 2020 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mysy00/40b81bb548858c74427cfa84f20038cc to your computer and use it in GitHub Desktop.
Save mysy00/40b81bb548858c74427cfa84f20038cc to your computer and use it in GitHub Desktop.
#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.
Menu, Tray, Icon, C:\Users\Mikolaj\OneDrive\Documents\AHK\icons\typing.png,, 0
; Global
<^q::Send !{f4}
#If WinActive("ahk_exe discord.exe")
^w::
WinClose
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment