🌐 About keybind actions

This commit is contained in:
Tagaishi
2023-08-13 22:10:59 +02:00
parent b62b6b9ee7
commit 7c898379e8
2 changed files with 11 additions and 4 deletions

View File

@@ -6,6 +6,12 @@
"key": "Shortcut key",
"action": "Action",
"keybinds": "Keybinds",
"actions": {
"toggleTheme": "Toggle light/dark mode",
"focusSearchBar": "Focus on search bar",
"openDocker": "Open docker Widget",
"toggleEdit": "Toggle Edit Mode"
},
"metrics": {
"configurationSchemaVersion": "Configuration schema version",
"configurationsCount": "Available configurations",
@@ -15,4 +21,5 @@
"locales": "Configured I18n locales",
"experimental_disableEditMode": "<b>EXPERIMENTAL</b>: Disable edit mode"
}
}