p0deje / Maccy

Lightweight clipboard manager for macOS
https://maccy.app
MIT License
11.84k stars 510 forks source link

Pinning no longer working #744

Closed BraxtBooth closed 6 months ago

BraxtBooth commented 6 months ago

Before Submitting Your Bug Report

Maccy Version (see 'About' window)

0.26.4

macOS Version

14.3

Maccy Settings

{
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":768,\\"carbonKeyCode\\":8}";
    "LaunchAtLogin__hasMigrated" = 1;
    "NSStatusItem Preferred Position Item-0" = 276;
    "NSWindow Frame SUStatusFrame" = "556 607 400 134 0 0 1512 944 ";
    "NSWindow Frame SUUpdateAlert" = "4082 479 620 398 3432 -13 1920 1055 ";
    "NSWindow Frame com.sindresorhus.Preferences.FrameAutosaveName" = "889 375 542 436 0 0 1512 944 ";
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-03-07 16:19:28 +0000";
    SUSendProfileInfo = 0;
    SUUpdateGroupIdentifier = 363112306;
    WebKitDefaultFontSize = 13;
    WebKitJavaScriptEnabled = 0;
    WebKitPluginsEnabled = 0;
    WebKitStandardFont = "-apple-system-font";
    WebKitUserStyleSheetEnabledPreferenceKey = 1;
    WebKitUserStyleSheetLocationPreferenceKey = "/Applications/Maccy.app/Contents/Frameworks/Sparkle.framework/Resources/ReleaseNotesColorStyle.css";
    clearOnQuit = 1;
    enabledPasteboardTypes =     (
        "public.png",
        "public.utf8-plain-text",
        "public.file-url",
        "public.html",
        "public.rtf",
        "public.tiff"
    );
    historySize = 50;
    ignoredPasteboardTypes =     (
        "Pasteboard generator type",
        "com.typeit4me.clipping",
        "com.agilebits.onepassword",
        "de.petermaurer.TransientPasteboardType",
        "net.antelle.keeweb"
    );
    migrations =     {
        "2020-04-25-allow-custom-ignored-types" = 1;
        "2020-06-19-use-keyboardshortcuts" = 1;
        "2020-09-01-ignore-keeweb" = 1;
        "2021-02-20-allow-to-customize-supported-types" = 1;
        "2021-06-28-add-title-to-history-item" = 1;
        "2021-10-16-remove-dynamic-pasteboard-types" = 1;
        "2022-08-01-rename-suppress-clear-alert" = 1;
        "2022-11-14-add-html-rtf-to-supported-types" = 1;
        "2023-01-22-add-regexp-search-mode" = 1;
    };
    pasteByDefault = 1;
}

Description

I am unable to add to my pinned list. I currently have 2 items pinned, but hovering an item and clicking option + P will not pin another item. I have tried restarting and quitting the app. Is there a maximum number of pins? I can go into the preferences and change one of my pins to what I want, but I would like to have more than 2.

Steps to Reproduce

  1. Navigate to Maccy window.
  2. Hover unpinned item in clipboard history.
  3. Press option + P.
  4. Hovered item does not pin.
p0deje commented 6 months ago

@BraxtBooth Please upgrade to the latest version (0.30) and try again.

timbaileyjones commented 5 months ago

@BraxtBooth - I found that if I change the hotkey for pinning to something else (Control-Shift-P), then it works. What I was getting before (with Option-P) was simply the π character in the search box.

image