Maccy icon indicating copy to clipboard operation
Maccy copied to clipboard

Paste automatically does not work on second pinned item

Open mithunsridharan opened this issue 3 months ago • 2 comments

Before Submitting Your Bug Report

  • [x] I have verified that there isn't already an issue reporting the same bug to prevent duplication.
  • [x] I have seen the FAQ.

Maccy Version (see 'About' window)

No response

macOS Version

26

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":51}";
    "KeyboardShortcuts_pin" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":35}";
    "KeyboardShortcuts_popup" = "{\\"carbonKeyCode\\":8,\\"carbonModifiers\\":768}";
    "NSStatusItem Preferred Position Item-0" = 561;
    "NSStatusItem VisibleCC Item-1" = 0;
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "1171 923 665 464 0 0 3008 1661 ";
    SUEnableAutomaticChecks = 0;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2025-09-21 20:22:34 +0000";
    clearOnQuit = 1;
    clearSystemClipboard = 1;
    enableTabPages = 1;
    enabledPasteboardTypes =     (
        "public.utf8-plain-text",
        "public.rtf",
        "public.tiff",
        "public.png",
        "public.html",
        "public.file-url"
    );
    highlightMatch = color;
    historySize = 20;
    migrations =     {
        "2024-07-01-version-2" = 1;
        "2024-12-28-user-adjusted-window-size" = 1;
    };
    pasteByDefault = 1;
    pinSortAscending = 1;
    pinSortBy = pinKey;
    pinTo = top;
    popupPosition = statusItem;
    removeFormattingByDefault = 1;
    searchMode = exact;
    showFooter = 1;
    showSearch = 1;
    showTitle = 1;
    sortBy = firstCopiedAt;
    suppressClearAlert = 1;
    userAdjustedWindowSize = "[459,537]";
    windowPosition = "[0.8887965425531915,0.9993808049535604]";
    windowSize = "[459,834]";
}

Description

This issue is similar to the bug report #1216 In contrast to the first item not pasting, in my case, the second item is not automatically pasting when selected. If there's a way to share the application trace or log to reproduce the actual code execution, please let me know how and I'll be happy to share additional information to resolve this bug.

Steps to Reproduce

  1. Invoke Maccy popup by pressing CMD+Shift+C
  2. Choose a pinned item, e.g., CMD+A when on VSCode or another application that supports automatic pasting (Works!)
  3. Choose a pinned item, e.g., CMD+E when on VSCode or another application that supports automatic pasting (Does NOT work)

mithunsridharan avatar Oct 16 '25 08:10 mithunsridharan

The issue #1216 in is actually a bit different (In fact it is not really an issue per se). Can you check whether this is related to the pin letter? Does CMD + E work if it is not the second pinned entry?

weisJ avatar Oct 17 '25 09:10 weisJ

@weisJ Happy to report that the second paste works when CMD+E is not pinned.

mithunsridharan avatar Oct 27 '25 21:10 mithunsridharan