Skip to content

Instantly share code, notes, and snippets.

@neoOpus
Forked from thefloodshark/.ahk
Created October 20, 2021 09:07
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 neoOpus/408374fecc88d055e5b4e7bfe06a52d6 to your computer and use it in GitHub Desktop.
Save neoOpus/408374fecc88d055e5b4e7bfe06a52d6 to your computer and use it in GitHub Desktop.
Keybind Enter Text
#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.
~x & c:: Send, {BS}youremail@example.com
~#!x::Suspend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment