82 lines
1.1 KiB
JSON
82 lines
1.1 KiB
JSON
{
|
|
"obsidian-extract-pdf-annotations:extract-annotations": [
|
|
{
|
|
"modifiers": [
|
|
"Alt"
|
|
],
|
|
"key": "P"
|
|
}
|
|
],
|
|
"app:toggle-left-sidebar": [
|
|
{
|
|
"modifiers": [
|
|
"Ctrl"
|
|
],
|
|
"key": "L"
|
|
}
|
|
],
|
|
"theme:use-dark": [
|
|
{
|
|
"modifiers": [
|
|
"Alt"
|
|
],
|
|
"key": "D"
|
|
}
|
|
],
|
|
"theme:use-light": [
|
|
{
|
|
"modifiers": [
|
|
"Alt"
|
|
],
|
|
"key": "L"
|
|
}
|
|
],
|
|
"file-explorer:open": [
|
|
{
|
|
"modifiers": [
|
|
"Alt"
|
|
],
|
|
"key": "F"
|
|
}
|
|
],
|
|
"editor:focus-top": [
|
|
{
|
|
"modifiers": [
|
|
"Alt"
|
|
],
|
|
"key": "ArrowUp"
|
|
}
|
|
],
|
|
"editor:focus-bottom": [
|
|
{
|
|
"modifiers": [
|
|
"Alt"
|
|
],
|
|
"key": "ArrowDown"
|
|
}
|
|
],
|
|
"editor:fold-all": [
|
|
{
|
|
"modifiers": [
|
|
"Ctrl"
|
|
],
|
|
"key": "."
|
|
}
|
|
],
|
|
"editor:fold-less": [
|
|
{
|
|
"modifiers": [
|
|
"Ctrl"
|
|
],
|
|
"key": ","
|
|
}
|
|
],
|
|
"editor:fold-more": [
|
|
{
|
|
"modifiers": [
|
|
"Ctrl"
|
|
],
|
|
"key": "/"
|
|
}
|
|
]
|
|
} |