1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2024-11-24 18:26:56 +01:00
rolens/website/data/shortcuts.json

23 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2023-06-01 22:06:51 +02:00
{
2023-06-29 09:50:18 +02:00
"Connecting to hosts": [
{ "description": "Create a new host", "option": true, "symbol": "C", "link": "/user-guide/hosts/" },
{ "description": "Edit host", "option": true, "symbol": "H", "link": "/user-guide/hosts/" }
2023-06-01 22:06:51 +02:00
],
2023-06-29 09:50:18 +02:00
"Managing databases": [
{ "description": "Create a new database", "option": true, "symbol": "D", "link": "/user-guide/databases/" }
],
"Managing collections": [
{ "description": "Open collection statistics", "shift": true, "ctrl": true, "symbol": "S", "link": "/user-guide/collections/stats/" },
{ "description": "Open find panel", "shift": true, "ctrl": true, "symbol": "F", "link": "/user-guide/collections/find/" },
{ "description": "Open insert panel", "shift": true, "ctrl": true, "symbol": "I", "link": "/user-guide/collections/insert/" },
{ "description": "Open update panel", "shift": true, "ctrl": true, "symbol": "P", "link": "/user-guide/collections/update/" },
{ "description": "Open remove panel", "shift": true, "ctrl": true, "symbol": "R", "link": "/user-guide/collections/remove/" },
{ "description": "Show indexes", "shift": true, "ctrl": true, "symbol": "X", "link": "/user-guide/collections/indexes/" },
{ "description": "Aggregate", "shift": true, "ctrl": true, "symbol": "A", "link": "/user-guide/collections/aggregate/" },
{ "description": "Open shell", "shift": true, "ctrl": true, "symbol": "H", "link": "/user-guide/collections/aggregate/" }
],
"Preferences": [
2023-06-01 22:06:51 +02:00
{ "description": "Open preferences", "ctrl": true, "symbol": ",", "link": "/user-guide/preferences/" }
]
}