memos/.obsidian/hotkeys.json

130 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2024-08-25 15:21:39 +00:00
{
"editor:add-cursor-above": [
{
"modifiers": [
"Alt",
"Mod",
"Shift"
],
"key": "ArrowUp"
}
],
"editor:add-cursor-below": [
{
"modifiers": [
"Alt",
"Mod",
"Shift"
],
"key": "ArrowDown"
}
],
"editor:swap-line-down": [
{
"modifiers": [
"Alt"
],
"key": "ArrowDown"
}
],
"editor:swap-line-up": [
{
"modifiers": [
"Alt"
],
"key": "ArrowUp"
}
],
"editor:set-heading-1": [
{
"modifiers": [
"Alt"
],
"key": "1"
}
],
"editor:set-heading-2": [
{
"modifiers": [
"Alt"
],
"key": "2"
}
],
"editor:set-heading-3": [
{
"modifiers": [
"Alt"
],
"key": "3"
}
],
"editor:set-heading-4": [
{
"modifiers": [
"Alt"
],
"key": "4"
}
],
"editor:set-heading-5": [
{
"modifiers": [
"Alt"
],
"key": "5"
}
],
"editor:set-heading-6": [
{
"modifiers": [
"Alt"
],
"key": "6"
}
],
"editor:toggle-strikethrough": [
{
"modifiers": [
"Alt"
],
"key": "C"
}
],
"editor:insert-table": [
{
"modifiers": [
"Alt"
],
"key": "T"
}
],
"editor:toggle-bold": [
{
"modifiers": [
"Mod"
],
"key": "B"
},
{
"modifiers": [
"Alt"
],
"key": "B"
}
],
"editor:toggle-italics": [
{
"modifiers": [
"Mod"
],
"key": "I"
},
{
"modifiers": [
"Alt"
],
"key": "I"
}
]
}