ITADN

Paste automatically not working

#1381Openfalmp 创建于 2026-04-18
bug
F
falmpcommented
### Before Submitting Your Bug Report - [x] I have verified that there isn't already an issue reporting the same bug to prevent duplication. - [x] I have seen the [FAQ](https://github.com/p0deje/Maccy?tab=readme-ov-file#faq). ### Maccy Version (see 'About' window) 2.6.1 (60) - but built from master @ 4cd1f979bdf54930519975f951245acc3533f857 ### macOS Version 26.4.1 ### Maccy Settings ```Shell { "KeyboardShortcuts_delete" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":51}"; "KeyboardShortcuts_pin" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":35}"; "KeyboardShortcuts_popup" = "{\\"carbonKeyCode\\":8,\\"carbonModifiers\\":768}"; "KeyboardShortcuts_togglePreview" = "{\\"carbonModifiers\\":4096,\\"carbonKeyCode\\":49}"; "LaunchAtLogin__hasMigrated" = 1; "NSStatusItem Preferred Position Item-0" = 5529; "NSStatusItem VisibleCC Item-1" = 0; "NSWindow Frame SUStatusFrame" = "2361 -344 400 134 1841 -900 1440 875 "; "NSWindow Frame SUUpdateAlert" = "554 510 620 398 0 0 1728 1079 "; "NSWindow Frame com.sindresorhus.Preferences.FrameAutosaveName" = "2041 -761 542 436 1841 -900 1440 875 "; "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "609 439 510 519 0 0 1728 1084 "; SUEnableAutomaticChecks = 1; SUHasLaunchedBefore = 1; SULastCheckTime = "2026-04-18 15:34:43 +0000"; SUSendProfileInfo = 0; SUSkippedVersion = 54; SUUpdateGroupIdentifier = 1326414651; 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"; clearOnQuit = 0; clearSystemClipboard = 0; enabledPasteboardTypes = ( "public.rtf", "public.file-url", "public.html", "public.png", "public.utf8-plain-text", "public.tiff" ); history = {length = 42, bytes = 0x62706c69 73743030 a0080000 00000000 ... 00000000 00000009 }; historySize = 100; ignoredPasteboardTypes = ( "com.agilebits.onepassword", "net.antelle.keeweb", "de.petermaurer.TransientPasteboardType", "com.typeit4me.clipping", "Pasteboard generator type" ); imageMaxHeight = 70; maxMenuItems = 50; migrations = { "2024-07-01-version-2" = 1; }; pasteByDefault = 1; popupPosition = window; previewWidth = 400; removeFormattingByDefault = 1; searchMode = fuzzy; searchVisibility = always; showApplicationIcons = 0; showFooter = 1; showRecentCopyInMenuBar = 0; showSearch = 1; showSpecialSymbols = 0; showTitle = 0; suppressClearAlert = 1; windowSize = "[450,800]"; } ``` ### Description Paste automatically is not working. With the "Paste automatically" checkbox checked, I was expecting that opening Maccy window, searching for a string and selecting it by pressing enter would paste the string directly to the cursor, which is NOT happening. Please note this works on the latest release, but I'm reporting the issue happening on a build directly from master using Xcode. ### Steps to Reproduce 1. On settings, check "Paste automatically". 2. Open Maccy window, select a string and press ENTER to select and paste the selected string. 3. Nothing is pasted to the input, but string is copied and added to the top of the stack.
1 条评论