Files
WorkNote/.obsidian/hotkeys.json
SeedList 0b55f96382 250122
2025-01-22 10:21:35 +08:00

140 lines
2.0 KiB
JSON

{
"update-relative-links:update-all-relative-links": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "U"
}
],
"better-export-pdf:export-current-file-to-pdf": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "P"
}
],
"nuke-orphans:nuke-orphaned": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "D"
}
],
"workspace:goto-tab-1": [],
"workspace:goto-tab-2": [],
"workspace:goto-tab-3": [],
"workspace:goto-tab-4": [],
"workspace:goto-tab-5": [],
"workspace:goto-tab-6": [],
"workspace:goto-tab-7": [],
"workspace:goto-tab-8": [],
"workspace:goto-last-tab": [],
"editor:set-heading-1": [
{
"modifiers": [
"Mod"
],
"key": "1"
}
],
"editor:set-heading-2": [
{
"modifiers": [
"Mod"
],
"key": "2"
}
],
"editor:set-heading-3": [
{
"modifiers": [
"Mod"
],
"key": "3"
}
],
"editor:set-heading-4": [
{
"modifiers": [
"Mod"
],
"key": "4"
}
],
"editor:set-heading-5": [
{
"modifiers": [
"Mod"
],
"key": "5"
}
],
"editor:set-heading-6": [
{
"modifiers": [
"Mod"
],
"key": "6"
}
],
"open-with-default-app:open": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "L"
}
],
"editor:insert-codeblock": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "K"
}
],
"editor:toggle-blockquote": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "Q"
}
],
"editor:toggle-highlight": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "H"
}
],
"editor:toggle-bullet-list": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "]"
}
],
"editor:toggle-numbered-list": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "["
}
]
}