p0deje / Maccy

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

Pasting with Maccy doesn't focus on search text #702

Closed nurdann closed 9 months ago

nurdann commented 9 months ago

Before Submitting Your Bug Report

Maccy Version (see 'About' window)

0.26.5

macOS Version

14.2.1

Maccy Settings

{
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":256,\\"carbonKeyCode\\":16}";
    "LaunchAtLogin__hasMigrated" = 1;
    "NSWindow Frame com.sindresorhus.Preferences.FrameAutosaveName" = "988 362 542 436 0 0 1920 1055 ";
    SUEnableAutomaticChecks = 0;
    SUHasLaunchedBefore = 1;
    SUSendProfileInfo = 0;
    clearOnQuit = 1;
    enabledPasteboardTypes =     (
        "public.rtf",
        "public.png",
        "public.file-url",
        "public.utf8-plain-text",
        "public.tiff",
        "public.html"
    );
    history = {length = 42, bytes = 0x62706c69 73743030 a0080000 00000000 ... 00000000 00000009 };
    ignoredPasteboardTypes =     (
        "com.agilebits.onepassword",
        "net.antelle.keeweb",
        "Pasteboard generator type",
        "de.petermaurer.TransientPasteboardType",
        "com.typeit4me.clipping"
    );
    migrations =     {
        "2020-02-22-history-item-add-copied-at" = 1;
        "2020-02-22-history-item-add-number-of-copies" = 1;
        "2020-04-18-switch-storage-to-core-data" = 1;
        "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;
    popupPosition = cursor;
}

Description

Search text out of focus unless clicked with mouse.

Steps to Reproduce

  1. Press shortcut to launch Maccy
  2. Type any alphanumeric character, no response because search text area is out of focus
p0deje commented 9 months ago

You are using a very old version of Maccy, please upgrade to 0.29.3 and re-test.

p0deje commented 9 months ago

Please re-open if it's still not working after upgrade.