Notepad/enter/.obsidian/hotkeys.json

82 lines
1.1 KiB
JSON
Raw Normal View History

2023-07-05 18:29:11 +00:00
{
"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": [
2023-07-05 18:29:11 +00:00
{
"modifiers": [
"Alt"
],
"key": "L"
2023-07-05 18:29:11 +00:00
}
],
"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": "/"
}
2023-07-05 18:29:11 +00:00
]
}