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-12-02 08:29:54 +00:00
|
|
|
<!-- Uses HTML Invoker Commands API: commandfor + command="show-modal" -->
|
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-12-02 08:29:54 +00:00
|
|
|
commandfor="shortcuts-modal"
|
|
|
|
|
command="show-modal"
|
2025-11-30 10:13:37 +00:00
|
|
|
aria-label="{{.UI.Widgets.Shortcuts.AriaLabel}}"
|
|
|
|
|
data-tooltip="{{.UI.Widgets.Shortcuts.Tooltip}}">
|
2025-12-01 12:31:31 +00:00
|
|
|
<iconify-icon icon="mdi:keyboard-outline"></iconify-icon>
|
2025-11-15 15:59:54 +00:00
|
|
|
</button>
|
|
|
|
|
{{end}}
|