excel不支持ctrl+shift+c启动格式刷,
但是按alt后按h再按fp 可以启动格式刷
用ahk怎么替换热键呢
我试了半天老是在单元格输入fp 不能启动格式刷
^+c::
if WinActive(“ahk_exe excel.exe”)
{
Send !
Send H
Send F
Send P
}
return
excel不支持ctrl+shift+c启动格式刷,
但是按alt后按h再按fp 可以启动格式刷
用ahk怎么替换热键呢
我试了半天老是在单元格输入fp 不能启动格式刷
^+c::
if WinActive(“ahk_exe excel.exe”)
{
Send !
Send H
Send F
Send P
}
return
哦要小写
我是把格式刷加入快速访问然后alt+1
ahk的大括号里这样写应该就行了,大小写不敏感
Send,!HFP