I'm trying to change the format of my clipboard content and paste it afterwards. I basically want the text to be pasted using the destination font and size + to be bold, but it seems I'm not able to do it. I've enabled
"Don't apply template's font", but the font it is still being applied
Here's the trigger:
[
{
"BTTLastUpdatedAt" : 1762955876.0271211,
"BTTTriggerType" : 0,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "28F4E48C-6FBA-462F-9E36-CF2D5FEB91C0",
"BTTAdditionalConfiguration" : "0",
"BTTShortcutKeyboardType" : 2302,
"BTTTriggerOnDown" : 1,
"BTTNotesInsteadOfDescription" : 1,
"BTTLayoutIndependentChar" : "v",
"BTTShortcutKeyCode" : 9,
"BTTShortcutAdvancedModifierKeys" : "0",
"BTTShortcutModifierKeys" : 1966080,
"BTTOrder" : 13,
"BTTAutoAdaptToKeyboardLayout" : 0,
"BTTActionsToExecute" : [
{
"BTTLastUpdatedAt" : 1762960059.8574271,
"BTTTriggerParentUUID" : "28F4E48C-6FBA-462F-9E36-CF2D5FEB91C0",
"BTTIsPureAction" : true,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "E427EADB-8FFA-4062-9169-F2B58E3EC1EF",
"BTTPredefinedActionType" : 495,
"BTTPredefinedActionName" : "Change Formatting Of Clipboard Content",
"BTTAdditionalActionData" : {
"BTTActionChangeTextFormattingIgnoreFont" : 1,
"BTTActionChangeTextFormattingChangeFontColor" : 0,
"BTTActionChangeTextFormattingIgnoreAlignment" : 0,
"BTTActionChangeTextFormattingIgnoreFontSize" : 0,
"BTTActionChangeTextFormattingFontColor" : null,
"BTTActionChangeTextFormattingFontSizeFix" : 0,
"BTTActionChangeTextFormattingChangeFontSize" : 0,
"BTTActionChangeTextFormattingUseTemplateString" : 1,
"BTTActionChangeTextFormattingTemplateString" : "{\\rtf1\\ansi\\ansicpg1252\\cocoartf2822\n\\cocoatextscaling0\\cocoaplatform0{\\fonttbl\\f0\\fswiss\\fcharset0 Helvetica-Bold;}\n{\\colortbl;\\red255\\green255\\blue255;\\red0\\green0\\blue0;}\n{\\*\\expandedcolortbl;;\\csgray\\c0;}\n\\pard\\tx560\\tx1120\\tx1680\\tx2240\\tx2800\\tx3360\\tx3920\\tx4480\\tx5040\\tx5600\\tx6160\\tx6720\\pardirnatural\\partightenfactor0\n\n\\f0\\b\\fs24 \\cf2 text}",
"BTTActionChangeTextFormattingSetFontSize" : 0
},
"BTTShortcutKeyboardType" : 0,
"BTTShortcutKeyCode" : -1,
"BTTOrder" : 2,
"BTTAutoAdaptToKeyboardLayout" : 0
},
{
"BTTLastUpdatedAt" : 1762955849.9475641,
"BTTTriggerParentUUID" : "28F4E48C-6FBA-462F-9E36-CF2D5FEB91C0",
"BTTIsPureAction" : true,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "695323A8-3F0E-44C5-80E8-30F8BFC01666",
"BTTLayoutIndependentActionChar" : "v",
"BTTShortcutToSend" : "55,9",
"BTTShortcutKeyboardType" : 0,
"BTTShortcutKeyCode" : -1,
"BTTOrder" : 4,
"BTTAutoAdaptToKeyboardLayout" : 0
}
],
"BTTGestureNotes" : "Make clipboard content bold and paste it"
}
]
Additionally in Outlook a new line is being inserted after I use this trigger. For other apps, like TextMate, Script Editor - no new line.


