mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +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: [
|
items: [
|
||||||
{
|
{
|
||||||
type: "shortcut",
|
type: "shortcut",
|
||||||
shortcut: [{ key: "ui.dialogs.shortcuts.shortcuts.ctrl_cmd" }, "V"],
|
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",
|
"title": "Assist",
|
||||||
"open_assist": "open Assist dialog"
|
"open_assist": "open Assist dialog"
|
||||||
},
|
},
|
||||||
"automations": {
|
"automation_script": {
|
||||||
"title": "Automations",
|
"title": "Automations / Scripts",
|
||||||
"paste": "to paste automation YAML from clipboard to automation editor"
|
"paste": "to paste automation/script YAML from clipboard to editor",
|
||||||
|
"save": "to save automation/script"
|
||||||
},
|
},
|
||||||
"charts": {
|
"charts": {
|
||||||
"title": "Charts",
|
"title": "Charts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user