Files
WorkNote/.obsidian/hotkeys.json

122 lines
1.8 KiB
JSON
Raw Normal View History

2025-01-13 11:22:31 +08:00
{
"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"
}
2025-01-14 15:34:14 +08:00
],
"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"
}
2025-01-13 11:22:31 +08:00
]
}