Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on Maccy pop-up-window Cmd+V not paste my shortcut pinned item, and instead it paste current item to search text inputbox. #860

Closed
2 tasks done
jixiangqd opened this issue Sep 4, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@jixiangqd
Copy link

Before Submitting Your Bug Report

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

Maccy Version (see 'About' window)

2.0.0.beta.13 (44)

macOS Version

14.6.1 (23G93)

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":51}";
    "KeyboardShortcuts_pin" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":35}";
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":768,\\"carbonKeyCode\\":8}";
    "LaunchAtLogin__hasMigrated" = 1;
    "NSStatusItem Preferred Position Item-0" = 5849;
    "NSStatusItem Visible Item-1" = 0;
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "598 511 710 443 0 0 1728 1079 ";
    SUAutomaticallyUpdate = 0;
    SUEnableAutomaticChecks = 0;
    SUHasLaunchedBefore = 1;
    SUSendProfileInfo = 0;
    avoidTakingFocus = 1;
    enabledPasteboardTypes =     (
        "public.utf8-plain-text",
        "public.png",
        "public.file-url",
        "public.tiff",
        "public.rtf",
        "public.html"
    );
    ignoredPasteboardTypes =     (
        "com.typeit4me.clipping",
        "de.petermaurer.TransientPasteboardType",
        "net.antelle.keeweb",
        "com.agilebits.onepassword",
        "Pasteboard generator type"
    );
    maxMenuItemLength = 50;
    menuIcon = clipboard;
    migrations =     {
        "2024-07-01-version-2" = 1;
    };
    pasteByDefault = 1;
    pinTo = top;
    popupPosition = center;
    popupScreen = 0;
    removeFormattingByDefault = 0;
    searchMode = mixed;
    showFooter = 1;
    showRecentCopyInMenuBar = 0;
    showSearch = 1;
    showSpecialSymbols = 1;
    showTitle = 1;
    windowSize = "[450,800]";
}

Description

on Maccy pop-up-window Cmd+V not paste my shortcut pinned item, and instead it paste current item to search text inputbox.

Steps to Reproduce

1.pin an item and set shortcut to v
2.use shortcut popup Maccy. and press cmd+v

@jixiangqd jixiangqd added the bug Something isn't working label Sep 4, 2024
@p0deje
Copy link
Owner

p0deje commented Sep 4, 2024

Indeed, now in 2.0 the search field is always focused so pressing CMD+V would trigger a paste into it. I lean towards keeping it as-is and instead restrict using "V" as a pinned item letter. Any objections?

@jixiangqd
Copy link
Author

Indeed, now in 2.0 the search field is always focused so pressing CMD+V would trigger a paste into it. I lean towards keeping it as-is and instead restrict using "V" as a pinned item letter. Any objections?

that's ok, I'm now change my shortcut away from cmd+v, that works fine.

p0deje added a commit that referenced this issue Sep 6, 2024
@p0deje
Copy link
Owner

p0deje commented Sep 6, 2024

Fixed in beta 14

@p0deje p0deje closed this as completed Sep 6, 2024
p0deje added a commit that referenced this issue Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants