2748 - Added module keybinds
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-01-29 09:46:57 +01:00
parent 0c8d2997e1
commit f66a5ecfdc
4 changed files with 12 additions and 0 deletions

View File

@ -31,6 +31,9 @@
{"state": "account.alias.card.users", "icon": "groups"}
]
},
"keybindings": [
{"key": "u", "state": "account.index"}
],
"routes": [
{
"url": "/account",

View File

@ -16,6 +16,9 @@
{"state": "entry.card.log", "icon": "history"}
]
},
"keybindings": [
{"key": "e", "state": "entry.index"}
],
"routes": [
{
"url": "/entry",

View File

@ -17,6 +17,9 @@
{"state": "supplier.card.consumption", "icon": "show_chart"}
]
},
"keybindings": [
{"key": "p", "state": "supplier.index"}
],
"routes": [
{
"url": "/supplier",

View File

@ -18,6 +18,9 @@
{"state": "zone.card.events", "icon": "today"}
]
},
"keybindings": [
{"key": "z", "state": "zone.index"}
],
"routes": [
{
"url": "/zone",