2025-11-15 15:59:54 +00:00
|
|
|
{{define "shortcuts-button"}}
|
2025-11-20 18:31:31 +00:00
|
|
|
<!-- Keyboard Shortcuts Button (Fixed Left) -->
|
2025-11-15 15:59:54 +00:00
|
|
|
<button
|
|
|
|
|
id="shortcuts-button"
|
2025-11-20 18:31:31 +00:00
|
|
|
class="fixed-btn shortcuts-btn no-print has-tooltip"
|
2025-11-15 15:59:54 +00:00
|
|
|
onclick="document.getElementById('shortcuts-modal').showModal()"
|
|
|
|
|
aria-label="{{if eq .Lang "es"}}Atajos de teclado{{else}}Keyboard shortcuts{{end}}"
|
2025-11-20 18:05:45 +00:00
|
|
|
data-tooltip="{{if eq .Lang "es"}}Atajos de teclado (?){{else}}Keyboard shortcuts (?){{end}}">
|
2025-11-15 15:59:54 +00:00
|
|
|
<iconify-icon icon="mdi:keyboard-outline" width="28" height="28"></iconify-icon>
|
|
|
|
|
</button>
|
|
|
|
|
{{end}}
|