Skip to content

Instantly share code, notes, and snippets.

@taikulawo
Last active May 6, 2020 15:30
Show Gist options
  • Save taikulawo/631a67c93400298c1c184c2de1737cfb to your computer and use it in GitHub Desktop.
Save taikulawo/631a67c93400298c1c184c2de1737cfb to your computer and use it in GitHub Desktop.
auto hot key脚本
#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.
^+t::
WinSet, AlwaysOnTop, Toggle,A
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment