mirror of
https://github.com/logos-storage/bittorrent-codex-docs.git
synced 2026-01-02 13:03:08 +00:00
129 lines
1.7 KiB
JSON
129 lines
1.7 KiB
JSON
{
|
|
"app:go-back": [
|
|
{
|
|
"modifiers": [
|
|
"Mod",
|
|
"Alt"
|
|
],
|
|
"key": "ArrowLeft"
|
|
},
|
|
{
|
|
"modifiers": [
|
|
"Mod"
|
|
],
|
|
"key": "["
|
|
}
|
|
],
|
|
"app:go-forward": [
|
|
{
|
|
"modifiers": [
|
|
"Mod",
|
|
"Alt"
|
|
],
|
|
"key": "ArrowRight"
|
|
},
|
|
{
|
|
"modifiers": [
|
|
"Mod"
|
|
],
|
|
"key": "]"
|
|
}
|
|
],
|
|
"daily-notes": [
|
|
{
|
|
"modifiers": [
|
|
"Mod"
|
|
],
|
|
"key": "D"
|
|
}
|
|
],
|
|
"editor:delete-paragraph": [],
|
|
"daily-notes:goto-prev": [
|
|
{
|
|
"modifiers": [
|
|
"Alt",
|
|
"Mod"
|
|
],
|
|
"key": "["
|
|
}
|
|
],
|
|
"daily-notes:goto-next": [
|
|
{
|
|
"modifiers": [
|
|
"Alt",
|
|
"Mod"
|
|
],
|
|
"key": "]"
|
|
}
|
|
],
|
|
"editor:toggle-highlight": [
|
|
{
|
|
"modifiers": [
|
|
"Mod",
|
|
"Shift"
|
|
],
|
|
"key": "H"
|
|
}
|
|
],
|
|
"bookmarks:open": [
|
|
{
|
|
"modifiers": [
|
|
"Mod",
|
|
"Shift"
|
|
],
|
|
"key": "B"
|
|
}
|
|
],
|
|
"theme:use-dark": [
|
|
{
|
|
"modifiers": [
|
|
"Mod",
|
|
"Shift"
|
|
],
|
|
"key": "-"
|
|
}
|
|
],
|
|
"theme:use-light": [
|
|
{
|
|
"modifiers": [
|
|
"Mod",
|
|
"Shift"
|
|
],
|
|
"key": "="
|
|
}
|
|
],
|
|
"app:toggle-left-sidebar": [
|
|
{
|
|
"modifiers": [
|
|
"Ctrl"
|
|
],
|
|
"key": "1"
|
|
}
|
|
],
|
|
"app:toggle-right-sidebar": [
|
|
{
|
|
"modifiers": [
|
|
"Ctrl"
|
|
],
|
|
"key": "2"
|
|
}
|
|
],
|
|
"publish:view-changes": [
|
|
{
|
|
"modifiers": [
|
|
"Alt",
|
|
"Mod"
|
|
],
|
|
"key": "P"
|
|
}
|
|
],
|
|
"insert-template": [
|
|
{
|
|
"modifiers": [
|
|
"Alt",
|
|
"Ctrl"
|
|
],
|
|
"key": "T"
|
|
}
|
|
]
|
|
} |