We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.0.0.beta.14
15.0 beta (24A5331b)
{ "KeyboardShortcuts_delete" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":51}"; "KeyboardShortcuts_pin" = "{\\"carbonKeyCode\\":35,\\"carbonModifiers\\":2048}"; "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":2304,\\"carbonKeyCode\\":9}"; "LaunchAtLogin__hasMigrated" = 1; "NSStatusItem Visible Item-0" = 0; "NSStatusItem Visible Item-1" = 0; "NSWindow Frame SUStatusFrame" = "1080 982 400 134 0 0 2560 1415 "; "NSWindow Frame SUUpdateAlert" = "970 784 620 398 0 0 2560 1415 "; "NSWindow Frame com.sindresorhus.Preferences.FrameAutosaveName" = "625 398 542 435 0 0 1792 1095 "; "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "925 723 510 487 0 0 2560 1415 "; SUAutomaticallyUpdate = 1; SUEnableAutomaticChecks = 1; SUHasLaunchedBefore = 1; SULastCheckTime = "2024-09-09 09:06:47 +0000"; SUUpdateGroupIdentifier = 1244922666; SUUpdateRelaunchingMarker = 1; WebKitDefaultFontSize = 13; WebKitJavaScriptEnabled = 0; WebKitPluginsEnabled = 0; WebKitStandardFont = "-apple-system-font"; WebKitUserStyleSheetEnabledPreferenceKey = 1; WebKitUserStyleSheetLocationPreferenceKey = "/Applications/Maccy.app/Contents/Frameworks/Sparkle.framework/Resources/ReleaseNotesColorStyle.css"; avoidTakingFocus = 1; enabledPasteboardTypes = ( "public.html", "public.rtf", "public.utf8-plain-text" ); highlightMatch = color; history = {length = 42, bytes = 0x62706c69 73743030 a0080000 00000000 ... 00000000 00000009 }; historySize = 150; hotKey = "command+option+v"; ignoreRegexp = ( ); ignoredPasteboardTypes = ( "com.agilebits.onepassword", "de.petermaurer.TransientPasteboardType", "Pasteboard generator type", "com.typeit4me.clipping", "net.antelle.keeweb" ); imageMaxHeight = 16; maxMenuItemLength = 60; maxMenuItems = 20; migrations = { "2024-07-01-version-2" = 1; }; pasteByDefault = 1; pinTo = top; popupPosition = cursor; previewDelay = 250; removeFormattingByDefault = 0; searchMode = exact; showFooter = 1; showInStatusBar = 0; showRecentCopyInMenuBar = 0; showSearch = 1; showSpecialSymbols = 1; showTitle = 0; sortBy = lastCopiedAt; suppressClearAlert = 1; windowPosition = "[0.578515625,0.6095890410958904]"; windowSize = "[450,503]"; }
Clearing all items with the ⌥⇧⌘⌫ keyboard shortcut seems not to work when showFooter = 0.
showFooter = 0
The text was updated successfully, but these errors were encountered:
Fix clear shortcuts not working when footer is hidden (#865)
9258ece
Fixed in 2.0.1
Sorry, something went wrong.
Thank you, @p0deje!
No branches or pull requests
Before Submitting Your Bug Report
Maccy Version (see 'About' window)
2.0.0.beta.14
macOS Version
15.0 beta (24A5331b)
Maccy Settings
Description
Clearing all items with the ⌥⇧⌘⌫ keyboard shortcut seems not to work when
showFooter = 0
.Steps to Reproduce
The text was updated successfully, but these errors were encountered: