autohotkey

windows

autohotkey 2.0.2 win匹配mac复制粘贴剪切保存和撤销快捷

#c::Send "^{c}"
#v::Send "^{v}"
#x::Send "^{x}"
#s::Send "^{s}"
#z::
{
    Send "^{z}"
}
F8::Exitapp

你可能感兴趣的:(工具,autohotkey)