Skip to content

Instantly share code, notes, and snippets.

@Jackarain
Last active January 11, 2022 20:12
Show Gist options
  • Save Jackarain/5063e1d29123a8e92a6f8348e932307c to your computer and use it in GitHub Desktop.
Save Jackarain/5063e1d29123a8e92a6f8348e932307c to your computer and use it in GitHub Desktop.
Command autohotkey 键映射
#c::
Send,^{c}
Return
#v::
Send,^{v}
Return
#s::
Send,^{s}
Return
#w::
Send,^{w}
Return
#z::
Send,^{z}
Return
#n::
Send,^{n}
Return
#f::
Send,^{f}
Return
#x::
Send,^{x}
Return
#a::
Send,^{a}
Return
#d::
Send,^{d}
Return
<#Tab::AltTab
<#`::ShiftAltTab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment