{{-- Command palette + keyboard shortcuts. Mounted ONCE in the persistent layout so it survives wire:navigate and its global keydown listener is registered only once. Strg/⌘-K opens it; "g" + a key navigates; "/" focuses the page search; "?" shows help. --}} @php $chords = [ ['Strg / ⌘ K', 'Befehle öffnen'], ['/', 'Suche auf der Seite fokussieren'], ['?', 'Diese Hilfe anzeigen'], ['g d', 'Dashboard'], ['g s', 'Server'], ['g i', 'Dienste'], ['g f', 'Dateien'], ['g l', 'Audit-Log'], ['g e', 'Einstellungen'], ['g y', 'System'], ['g v', 'Version'], ]; $kbd = 'rounded border border-line bg-inset px-1.5 py-0.5 font-mono text-[10px] text-ink-2'; @endphp