feat(transcribe): add ShortcutCheatsheet dialog overlay (#327)
Native <dialog aria-modal> cheatsheet: showModal()/close() bridge, close button focused on open, eight grouped <kbd> rows (nav/edit/utility), an autosave footer line, and a reduced-motion-guarded fade. Closes on Esc, backdrop click, and the close button; "?" while open is a no-op. Adds the shortcut_close_panel i18n key. 8 component tests. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -936,6 +936,7 @@
|
||||
"shortcut_new_region": "Dibujar una nueva región",
|
||||
"shortcut_toggle_training": "Marcar para entrenamiento",
|
||||
"shortcut_delete_region": "Eliminar la región actual",
|
||||
"shortcut_close_panel": "Cerrar panel",
|
||||
"shortcut_help": "Mostrar atajos de teclado",
|
||||
"shortcut_draw_hint": "Arrastre una región con el ratón.",
|
||||
"cheatsheet_title": "Atajos de teclado",
|
||||
|
||||
Reference in New Issue
Block a user