Merge pull request '2748 - Added module keybinds' (#529) from 2748-keybinds into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #529
Reviewed-by: Carlos Jimenez Ruiz <carlosjr@verdnatura.es>
This commit is contained in:
Carlos Jimenez Ruiz 2021-01-29 13:39:20 +00:00
commit de5984cf0d
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",