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

It does not automatically paste in Java applications in macos Sequoia #879

Closed
2 tasks done
Maczinger opened this issue Sep 18, 2024 · 8 comments
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@Maczinger
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

macOS Version

15.0

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonKeyCode\\":51,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_pin" = "{\\"carbonKeyCode\\":35,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":2304,\\"carbonKeyCode\\":9}";
    "LaunchAtLogin__hasMigrated" = 1;
    "NSStatusItem Preferred Position Item-0" = 5553;
    "NSStatusItem Visible Item-1" = 0;
    "NSWindow Frame SUUpdateAlert" = "636 506 647 398 0 0 1920 1055 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "665 478 597 451 0 0 1920 1055 ";
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-09-18 07:07:33 +0000";
    SUUpdateGroupIdentifier = 2879855366;
    clearOnQuit = 0;
    enabledPasteboardTypes =     (
        "public.rtf",
        "public.tiff",
        "public.html",
        "public.utf8-plain-text",
        "public.png",
        "public.file-url"
    );
    hideFooter = 1;
    hideTitle = 1;
    historySize = 70;
    ignoredPasteboardTypes =     (
        "com.typeit4me.clipping",
        "de.petermaurer.TransientPasteboardType",
        "com.agilebits.onepassword",
        "net.antelle.keeweb",
        "Pasteboard generator type"
    );
    imageMaxHeight = 40;
    menuIcon = paperclip;
    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;
        "2024-07-01-version-2" = 1;
    };
    pasteByDefault = 1;
    popupPosition = center;
    popupScreen = 0;
    removeFormattingByDefault = 1;
    searchMode = exact;
    showFooter = 1;
    showSearch = 1;
    showTitle = 0;
    windowSize = "[450,800]";
}

Description

When I work in Netbeans, to paste an item from the clipboard I have to do cmd+alt+v, press Enter on the item I want to paste to select it, and then press cmd+v again to paste it.
In version 1, just pressing cmd+alt+v and Enter on the item pastes it.
Of course, Paste Automatically is active in Preferences

Steps to Reproduce

No response

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

p0deje commented Sep 18, 2024

Does it work in other apps?

@Marc-N-Zeichen
Copy link

pasteByDefault does not work in any app for me right now.
I am also running macOS Version 15.0 and Maccy Version 2.0.0 (47)

@Maczinger
Copy link
Author

Yes! In my system, it seems that Apache Netbeans is the only application where it doesn't work well.

@p0deje
Copy link
Owner

p0deje commented Sep 21, 2024

@Maczinger

  1. Did it work before upgrading to Sequoia?
  2. Did it work on Maccy 1.0?

It looks like an old issue and I've found https://www.alfredforum.com/topic/8731-clipboard-dont-paste-in-netbeans/, but I don't know how Alfred workarounds this problem since it's closed source.

@sinjab
Copy link

sinjab commented Sep 22, 2024

After upgrading to macOS Sequoia, Maccy does not anymore automatically paste in all applications even the native text editor. It’s enabled in the Privacy & Security > Accessibility

@a76yyyy
Copy link

a76yyyy commented Sep 24, 2024

The phenomenon is that the cursor in the target program will be lost when maccy is used to paste automatically by shortcut keys.

@a76yyyy
Copy link

a76yyyy commented Sep 26, 2024

The phenomenon is that the cursor in the target program will be lost when maccy is used to paste automatically by shortcut keys.

I found that my other applications also occupied the corresponding shortcut keys, so it triggered other applications and then triggered maccy, causing the cursor loss.

It is unclear whether MacOS has the way to automatically detect shortcut keys conflict?

@Maczinger
Copy link
Author

so, is there no solution? 😞

@p0deje p0deje closed this as completed in a16107f Nov 22, 2024
p0deje added a commit that referenced this issue Nov 23, 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

5 participants