mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Add save shortcut to shortcuts dialog (#25271)
This commit is contained in:
parent
fae619085c
commit
32acef8fad
@ -69,12 +69,17 @@ const _SHORTCUTS: Section[] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
key: "ui.dialogs.shortcuts.automations.title",
|
||||
key: "ui.dialogs.shortcuts.automation_script.title",
|
||||
items: [
|
||||
{
|
||||
type: "shortcut",
|
||||
shortcut: [{ key: "ui.dialogs.shortcuts.shortcuts.ctrl_cmd" }, "V"],
|
||||
key: "ui.dialogs.shortcuts.automations.paste",
|
||||
key: "ui.dialogs.shortcuts.automation_script.paste",
|
||||
},
|
||||
{
|
||||
type: "shortcut",
|
||||
shortcut: [{ key: "ui.dialogs.shortcuts.shortcuts.ctrl_cmd" }, "S"],
|
||||
key: "ui.dialogs.shortcuts.automation_script.save",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -1938,9 +1938,10 @@
|
||||
"title": "Assist",
|
||||
"open_assist": "open Assist dialog"
|
||||
},
|
||||
"automations": {
|
||||
"title": "Automations",
|
||||
"paste": "to paste automation YAML from clipboard to automation editor"
|
||||
"automation_script": {
|
||||
"title": "Automations / Scripts",
|
||||
"paste": "to paste automation/script YAML from clipboard to editor",
|
||||
"save": "to save automation/script"
|
||||
},
|
||||
"charts": {
|
||||
"title": "Charts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user