paste specific item from Clipboard run Bing search

I created a shortcut to paste 2nd item from BetterTouchTool Clipboard like below.

It can get the 2nd item from Clipboard, but it then search this item in Bing search automatically. What is wrong?

The following is the code.

[
  {
    "BTTTriggerType" : 0,
    "BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
    "BTTPredefinedActionType" : 250,
    "BTTPredefinedActionName" : "Paste specific items from Clipboard Manager (customizable)",
    "BTTActionItemsToPaste" : "2",
    "BTTActionPasteOptions" : "0",
    "BTTAdditionalConfiguration" : "8388608",
    "BTTEnabled2" : 1,
    "BTTKeyboardShortcutKeyboardType" : 3649,
    "BTTRepeatDelay" : 0,
    "BTTUUID" : "E9581B34-20D6-4D63-B724-9538597FBFBB",
    "BTTTriggerOnDown" : 1,
    "BTTNotesInsteadOfDescription" : 0,
    "BTTLayoutIndependentChar" : "",
    "BTTEnabled" : 1,
    "BTTModifierMode" : 0,
    "BTTShortcutKeyCode" : 25,
    "BTTShortcutModifierKeys" : 8388608,
    "BTTOrder" : 8,
    "BTTDisplayOrder" : 0,
    "BTTAutoAdaptToKeyboardLayout" : 0
  }
]