Add initial keyboard shortcut support.

This commit is contained in:
Dermot Duffy
2024-06-05 21:44:17 -07:00
parent 904f6d8142
commit 7ab545738d
186 changed files with 9564 additions and 3658 deletions
+24 -2
View File
@@ -362,7 +362,7 @@
"camera_ui": "Camera user interface",
"cameras": "Cameras",
"clips": "Clips",
"default_zoom": "Zoom to default",
"ptz_home": "PTZ Home",
"display_mode": "Display mode",
"download": "Download",
"enabled": "Button enabled",
@@ -377,7 +377,7 @@
"mute": "Mute / Unmute",
"play": "Play / Pause",
"priority": "Priority",
"ptz": "Show PTZ controls",
"ptz_controls": "Show PTZ controls",
"recordings": "Recordings",
"screenshot": "Screenshot",
"snapshots": "Snapshots",
@@ -437,6 +437,17 @@
},
"default": "Default view",
"interaction_seconds": "Seconds after user action to remain interacted with (0=never)",
"keyboard_shortcuts": {
"editor_label": "Keyboard shortcuts",
"enabled": "Keyboard shortcuts enabled",
"ptz_down": "PTZ Down",
"ptz_home": "PTZ Home",
"ptz_left": "PTZ Left",
"ptz_right": "PTZ Right",
"ptz_up": "PTZ Up",
"ptz_zoom_in": "PTZ Zoom In",
"ptz_zoom_out": "PTZ Zoom Out"
},
"reset_after_interaction": "Reset to the default view after user interaction",
"triggers": {
"actions": {
@@ -580,6 +591,17 @@
"what": "What",
"where": "Where"
},
"key_assigner": {
"assign": "Assign",
"assigning": "Assigning",
"modifiers": {
"alt": "Alt",
"ctrl": "Ctrl",
"meta": "Meta",
"shift": "Shift"
},
"unassign": "Unassign"
},
"media_filter": {
"all": "All",
"camera": "Camera",