我知道我可以很容易地用谷歌搜索到它,但是嘿,我从来没有在@SU 问过任何问题,所以这里有一个。
Microsoft Office(例如 Microsoft Word)中格式刷的快捷键是什么?
答案1
答案是使用Ctrl++来复制格式,使用Shift++来粘贴格式。CCtrlShiftV
答案2
Office 版式画家官方组合键是
Alt+ h+ f+p
然而,按起来很不舒服,尤其是站起来的时候。
所以我用自动热键脚本:
^Numpad0::
Send, {ALTDOWN}hfp{ALTUP}
return
答案3
不需要粘贴 - 如果正确执行了 Alt+h+f+p,则应该会出现画笔,然后就可以应用它,但只能到一个位置。
然而:在鼠标单击版本中,双击格式刷图标,您可以多次将格式应用到多个不同的位置。
对于 Excel,如何使用键盘进行上述操作?
答案来自:
https://cybertext.wordpress.com/2009/01/21/word-run-format-painter-with-the-keyboard/
Click in the text with the formatting you want to apply.
Press Ctrl+Shift+C to copy the formatting (make sure you include the Shift as Ctrl+C only copies the text).
Click in the text to which you want to apply the formatting.
Press Crtl+Shift+V. You can press this key combination as many times as you like while the document is open — it retains the copied formatting until you do step 2 again.
...不适用于 Excel。
答案4
Ctrl+ Shift+C复制格式(请确保包含+ Shift ,因为Ctrl+C仅复制文本)。单击要应用格式的文本。按Crtl+ Shift+ V。
它在 MS Outlook 中也运行良好。