The wiki help says: https://help.libreoffice.org/Common/Copying_Attributes_With_the_Format_Paintbrush > By default only the character formatting is copied ; to include paragraph formatting, hold down Ctrl when you click. To copy only the paragraph formatting, hold down Ctrl+Shift when you click. This is a feature, done by the following commit: commit: 1574c76ec20d1da479ed7e9c85a6cefacc132dfe Author: Maxime de Roucy <mderoucy@linagora.com> Commit: Caolán McNamara <caolanm@redhat.com> Format paintbrush default behaviour Don't copy paragraph formats by default I believe this feature is useful. But there are many many users who are not aware of this feature. When they want to format there paragraph and text with paintbrush, they click on the paintbrush icon, select the paragraph or text they want to apply the format, and wait, and finally don't get what they need. (See the many duplicates to bug 59029.) Thus I am requesting to add a tooltip to this feature for CTRL and CTRL+SHIFT usage. Steps to reproduce: 1. Select paragraph A. 2. Click the paintbrush toolbar icon. 3. Move your mouse to over the target paragraph/text you want to apply format for. ---> At step 3, a “Paint Bucket” will appear which indicates that you are ready to select the text. The enhancement request is: Show a tooltip box next to the “Paint Bucket”, to tell the user how to apply format for "chars only", "chars and paragraph", and "paragraph only" by holding CTRL and CTRL+SHIFT.
Hi, a valid request :) set to New - Sophie
We currently display the double-click behaviour of the button which would benefit most users and dont have sufficient space to also mention the ctrl and ctrl+shift behaviours of the button which are for advanced users. So WONTFIX for me. UX-Team: Please reopen if you disagree.
We could introduce multiline tooltips. And definitely better feedback is needed since the cursor also don't tell what function is currently active.
(In reply to Heiko Tietze from comment #3) > We could introduce multiline tooltips. And definitely better feedback is > needed since the cursor also don't tell what function is currently active. I think extended tooltips provide a sentence long summary that can contain all the info we want users to know. Ideally wrapped after a give number of characters if that isnt already done. Yep clicking modifier keys should likely alter the icon somehow, so please file a bug for that.
The tooltip was amended with mention of Ctrl/Shift+Ctrl changing behavior in https://git.libreoffice.org/core/+/effc05eecb1359239ca7a86103a6fd9fc8424015 for tdf#103705.