p0deje / Maccy

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

Stopped pasting #778

Closed mwisnicki closed 2 months ago

mwisnicki commented 2 months ago

Before Submitting Your Bug Report

Maccy Version (see 'About' window)

0.31.0 (30)

macOS Version

14.4.1 (23E224)

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":51}";
    "KeyboardShortcuts_pin" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":35}";
    "KeyboardShortcuts_popup" = "{\\"carbonKeyCode\\":8,\\"carbonModifiers\\":768}";
    "LaunchAtLogin__hasMigrated" = 1;
    NSNavLastRootDirectory = "/Applications";
    NSNavPanelExpandedSizeForOpenMode = "{800, 448}";
    "NSWindow Frame NSNavPanelAutosaveName" = "1075 914 800 448 0 0 3008 1667 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "1204 936 542 436 0 0 3008 1667 ";
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-05-07 21:54:43 +0000";
    SUUpdateGroupIdentifier = 2132634397;
    avoidTakingFocus = 0;
    enabledPasteboardTypes =     (
        "public.png",
        "public.utf8-plain-text",
        "public.file-url",
        "public.tiff",
        "public.html",
        "public.rtf"
    );
    historySize = 200;
    ignoreEvents = 0;
    ignoredApps =     (
        "com.bitwarden.desktop"
    );
    ignoredPasteboardTypes =     (
        "de.petermaurer.TransientPasteboardType",
        "com.typeit4me.clipping",
        "com.agilebits.onepassword",
        "Pasteboard generator type",
        "net.antelle.keeweb"
    );
    maxMenuItemLength = 50;
    maxMenuItems = 10;
    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;
    };
}

Description

It worked great initially but then I turned on Avoid taking application focus and it stopped pasting. Now even after I turned that off it is still not pasting at all regardless of the app.

Steps to Reproduce

  1. Focus text editor/field
  2. Press shortcut or click tray Maccy icon
  3. Pick any text entry
p0deje commented 2 months ago

Just to double-check, any chance the issue is gone if you restart Maccy and/or macOS?

p0deje commented 2 months ago

Judging by you configuration, you need to enable "Paste automatically" too.

mwisnicki commented 2 months ago

Thank you, that was it! I must've switched it off by accident.