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

'Clear all' not working when footer is disabled #865

Closed
2 tasks done
rvdsteege opened this issue Sep 9, 2024 · 2 comments
Closed
2 tasks done

'Clear all' not working when footer is disabled #865

rvdsteege opened this issue Sep 9, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@rvdsteege
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.14

macOS Version

15.0 beta (24A5331b)

Maccy Settings

{
    "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]";
}

Description

Clearing all items with the ⌥⇧⌘⌫ keyboard shortcut seems not to work when showFooter = 0.

Steps to Reproduce

  1. Disable footer
  2. Try clearing all items with the ⌥⇧⌘⌫ keyboard shortcut
@p0deje
Copy link
Owner

p0deje commented Sep 20, 2024

Fixed in 2.0.1

@p0deje p0deje closed this as completed Sep 20, 2024
@rvdsteege
Copy link
Author

Thank you, @p0deje!

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