🗃️ Adds new attribute, item.hotkey for quick launching

This commit is contained in:
Alicia Sykes
2021-07-19 21:55:56 +01:00
parent 4843802268
commit b51aff6dbd
2 changed files with 5 additions and 0 deletions

View File

@@ -364,6 +364,10 @@
"default": "newtab",
"description": "Opening method, when item is clicked"
},
"hotkey": {
"type": "number",
"description": "A numeric shortcut key, between 0 and 9. Useful for quickly launching frequently used applications"
},
"color": {
"type": "string",
"description": "A custom fill color of the item"