p0deje / Maccy

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

Beta 3 paste automatically requires 2 clicks #822

Closed adrianbj closed 1 month ago

adrianbj commented 1 month ago

Before Submitting Your Bug Report

Maccy Version (see 'About' window)

2.0.0.beta.3

macOS Version

14.5

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonKeyCode\\":51,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_pin" = "{\\"carbonKeyCode\\":35,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":768,\\"carbonKeyCode\\":9}";
    "LaunchAtLogin__hasMigrated" = 1;
    NSNavLastRootDirectory = "/Applications";
    NSNavPanelExpandedSizeForOpenMode = "{800, 448}";
    "NSStatusItem Preferred Position Item-0" = 385;
    "NSWindow Frame NSNavPanelAutosaveName" = "464 473 800 448 0 0 1728 1079 ";
    "NSWindow Frame SUStatusFrame" = "664 709 400 134 0 0 1728 1079 ";
    "NSWindow Frame SUUpdateAlert" = "554 510 620 398 0 0 1728 1079 ";
    "NSWindow Frame com.sindresorhus.Preferences.FrameAutosaveName" = "593 364 542 435 0 0 1728 1079 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "609 467 510 473 0 0 1728 1079 ";
    SUAutomaticallyUpdate = 1;
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-07-29 14:23:49 +0000";
    SUSendProfileInfo = 0;
    SUUpdateGroupIdentifier = 2568310788;
    WebKitDefaultFontSize = 13;
    WebKitJavaEnabled = 0;
    WebKitJavaScriptEnabled = 0;
    WebKitPluginsEnabled = 0;
    WebKitStandardFont = "-apple-system-font";
    WebKitUserStyleSheetEnabledPreferenceKey = 1;
    WebKitUserStyleSheetLocationPreferenceKey = "/Applications/Maccy.app/Contents/Frameworks/Sparkle.framework/Resources/ReleaseNotesColorStyle.css";
    enabledPasteboardTypes =     (
        "public.file-url",
        "public.utf8-plain-text",
        "public.png",
        "public.rtf",
        "public.tiff",
        "public.html"
    );
    history = {length = 42, bytes = 0x62706c69 73743030 a0080000 00000000 ... 00000000 00000009 };
    ignoreEvents = 0;
    ignoredApps =     (
        "com.bitwarden.desktop"
    );
    ignoredPasteboardTypes =     (
        "de.petermaurer.TransientPasteboardType",
        "net.antelle.keeweb",
        "com.typeit4me.clipping",
        "Pasteboard generator type",
        "com.agilebits.onepassword"
    );
    lastReviewRequestedAt = 1686691407;
    maxMenuItems = 0;
    migrations =     {
        "2024-07-01-version-2" = 1;
    };
    numberOfUsages = 214;
    pasteByDefault = 1;
    showFooter = 1;
    showInStatusBar = 1;
    showRecentCopyInMenuBar = 0;
    showSearch = 1;
    showTitle = 0;
    windowSize = "[400,1022]";
}

Description

When clicking on an entry, I have to click it twice for it to paste. I don't think this was an issue with beta 2, but not 100% certain. If you can't reproduce, I am happy to roll back and test if it helps.

Steps to Reproduce

  1. Click Maccy icon
  2. Click on entry to paste (it won't paste until you click it a second time).

Note that using shortcut key to open Maccy and arrow down and Enter keys works as expected.

p0deje commented 1 month ago

Please upgrаde to beta 4 - should be fixed. https://github.com/p0deje/Maccy/releases/tag/2.0.0.beta.4

adrianbj commented 1 month ago

Thanks @p0deje - works great again now.