{ "default-category": "Keybinds", "error": { "unsupported-compositor": "Unsupported Compositor", "sway-not-supported": "Sway is not yet supported", "sway-detail": "Sway support may be added in a future update (similar format to Hyprland)", "labwc-not-supported": "LabWC is not supported", "labwc-detail": "LabWC uses XML config format which is incompatible with this plugin", "unknown-compositor": "Unknown compositor detected", "unknown-detail": "This plugin only supports Hyprland and Niri compositors", "hyprctl-failed": "hyprctl binds failed - is Hyprland running?" }, "panel": { "loading": "Loading...", "loading-timeout": "Loading timed out. Click Refresh to retry.", "title": "Keymap", "title-hyprland": "Hyprland Keymap", "title-niri": "Niri Keymap", "title-mango": "MangoWC Keymap", "workspace-switching": "WORKSPACES - SWITCHING", "workspace-moving": "WORKSPACES - MOVING", "workspace-mouse": "WORKSPACES - MOUSE", "search-placeholder": "Search keybinds...", "no-description": "(no description)", "other": "Other", "undescribed": "Without Description", "add-description": "Add description", "add-description-placeholder": "Description...", "save-description": "Save", "cancel": "Cancel", "hide-bind": "Hide this bind" }, "settings": { "title": "Keybind Cheatsheet Settings", "description": "Configure the appearance and keybind sources for the keybind cheatsheet panel.", "tab-general": "General", "tab-appearance": "Appearance", "window-size": "Window Size", "width": "Width:", "height": "Height:", "auto-height": "Auto", "auto-height-hint": "When 'Auto' is enabled, height adjusts automatically based on content.", "layout": "Layout", "columns": "Number of columns:", "columns-hint": "More columns work better with wider windows.", "parsing-options": "Parsing Options", "merge-sequential": "Merge sequential keybinds", "merge-sequential-hint": "Combine consecutive numeric keybinds (e.g. Super+1..5 -> Workspace 1..5) into a single ranged entry.", "show-undescribed": "Show undescribed binds", "show-undescribed-hint": "Include keybinds that have no comment description. They will be auto-labeled with the action.", "split-workspaces": "Split large workspace category", "split-workspaces-hint": "When a workspace category exceeds the threshold, split it into Switching, Moving, and Mouse subcategories.", "split-threshold": "Split threshold (binds):", "config-paths": "Configuration Files", "config-paths-description": "Specify custom paths to your keybind configuration files. The plugin will automatically parse the appropriate file based on your compositor and follow all include/source directives.", "hyprland-format-hint": "Expected format: bind = $mod, KEY, action #\"description\"\nCategories: # 1. CATEGORY NAME", "niri-format-hint": "Categories are created with: // #\"Category Name\"\nDescriptions: hotkey-overlay-title=\"description\"", "actions": "Actions", "refresh-keybinds": "Refresh Keybinds", "refresh-message": "Keybinds will be reloaded when you open the panel.", "reset-defaults": "Reset to Defaults", "reset-message": "Settings have been reset to defaults.", "saved": "Settings saved successfully.", "keybind-setup": "Keybind Setup", "keybind-setup-description": "To open the keybind cheatsheet with a keyboard shortcut, add this bind to your compositor config:", "keybind-ipc-command": "qs -c \"noctalia-shell\" ipc call plugin:keybind-cheatsheet toggle", "keybind-example-hyprland": "Hyprland example: bind = $mod, F1, exec, qs -c \"noctalia-shell\" ipc call plugin:keybind-cheatsheet toggle", "keybind-example-niri": "Niri example: Super+F1 { spawn \"qs\" \"-c\" \"noctalia-shell\" \"ipc\" \"call\" \"plugin\" \"togglePanel\" \"keybind-cheatsheet\"; }", "mod-var": "Mod Key Variable", "mod-var-hint": "The variable name used for your Super key (e.g., $mod or $mainMod).", "width-range": "px (400-3000)", "height-range": "px (300-2000)", "hyprland-path": "Hyprland Path", "niri-path": "Niri Path", "mango-path": "Mango Path", "mango-format-hint": "Expected format: bind=MODS,KEY,ACTION,ARGS\nCategories: # Category Name (horizontal rules stripped)\nOptional per-bind description: trailing #\"description\"", "keybind-example-mango": "Mango example: bind=SUPER,F1,spawn_shell,noctalia-shell ipc call plugin:keybind-cheatsheet toggle", "appearance-section": "Appearance", "appearance-description": "Customize the colors used for special key categories. Changes apply immediately and persist when you click Apply.", "preview-section": "Live Preview", "color-pickers": "Key Colors", "color-super": "Super / Mod key", "color-ctrl": "Ctrl key", "color-shift": "Shift key", "color-alt": "Alt-modifier keys", "color-xf86": "XF86 multimedia keys", "color-print": "Print / Screenshot keys", "color-numeric": "Numeric keys (workspaces)", "color-mouse": "Mouse buttons", "color-default": "Default letter keys", "color-label": "Key label text", "color-description": "Description text", "color-theme-hint": "Leave empty to use theme accent color.", "color-paste-hint": "Tip: copy any hex color (e.g. #FF6B6B) to your clipboard and a paste icon will appear inside the pill for quick paste.", "reset-color": "Reset to default", "reset-all-colors": "Reset all colors", "color-auto": "auto", "color-mod2": "Mod2 key", "color-mod3": "Mod3 key", "color-mod5": "Mod5 key", "mod-label-hint": "Mod2 / Mod3 / Mod5 are raw X11 modifiers (e.g. caps:hyper puts Caps on Mod3). Use the rename field to give them a friendly label such as \"Hyper\". Leave it empty to show the raw mod name.", "hyprland-lua-path": "Hyprland Lua Path", "hyprland-parser-mode": "Parser:", "hyprland-lua-hint": "Auto: uses hyprland.lua via `hyprctl binds` when it exists, otherwise the legacy .conf parser.", "undescribed-title": "Undescribed Binds", "overrides-summary": "Hidden: {hidden} - Custom descriptions: {custom}", "restore-hidden": "Restore hidden", "restore-hidden-message": "Hidden binds restored.", "clear-overrides": "Clear all overrides", "clear-overrides-message": "All bind overrides cleared." }, "barwidget": { "tooltip": "Keybind Cheatsheet", "open": "Open Cheatsheet", "settings": "Plugin Settings" } }