Skip to content

Instantly share code, notes, and snippets.

@giandoso
Created May 26, 2023 19:02
Show Gist options
  • Save giandoso/e92d7885597f546a74e2fd62a418de2d to your computer and use it in GitHub Desktop.
Save giandoso/e92d7885597f546a74e2fd62a418de2d to your computer and use it in GitHub Desktop.
AutoHotkey config file
#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.
!c::Send, ^c
!v::Send, ^v
!x::Send, ^x
!a::Send, ^a
!z::Send, ^z
!y::Send, ^y
!s::Send, ^s
!r::Send, ^r
!w::Send, ^w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment