Skip to content

Instantly share code, notes, and snippets.

@thebeanogamer
Created February 27, 2018 20:36
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 thebeanogamer/5df4726283c972418b1b66a0a557a8bd to your computer and use it in GitHub Desktop.
Save thebeanogamer/5df4726283c972418b1b66a0a557a8bd 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.
^q::
Send {LCtrl down}2{LCtrl up}
Send ({LCtrl down}a{LCtrl up})
Send {LCtrl down}c{LCtrl up}
Sleep, 100
Send {LCtrl down}7{LCTrl up}
Send ^v
Sleep, 100
Send {LCtrl down}3{LCtrl up}
Send ({LCtrl down}a{LCtrl up})
Send {LCtrl down}c{LCtrl up}
Sleep, 100
Send {LCtrl down}7{LCTrl up}
Send ^v
Sleep, 100
Send {LCtrl down}4{LCtrl up}
Send ({LCtrl down}a{LCtrl up})
Send {LCtrl down}c{LCtrl up}
Sleep, 100
Send {LCtrl down}7{LCTrl up}
Send ^v
Sleep, 100
Send {LCtrl down}5{LCtrl up}
Send ({LCtrl down}a{LCtrl up})
Send {LCtrl down}c{LCtrl up}
Sleep, 100
Send {LCtrl down}7{LCTrl up}
Send ^v
Sleep, 100
Send {LCtrl down}6{LCtrl up}
Send ({LCtrl down}a{LCtrl up})
Send {LCtrl down}c{LCtrl up}
Sleep, 100
Send {LCtrl down}7{LCTrl up}
Send ^v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment