recettes/.obsidian/hotkeys.json.orig
gribse ecdfa2f7c4 Squashed 'temp-repo/' content from commit 6688605
git-subtree-dir: temp-repo
git-subtree-split: 6688605ad41f49d1eccead8d29421c658cad0100
2025-10-06 19:14:58 +02:00

92 lines
No EOL
1.3 KiB
JSON
Executable file

{
"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"
}
],
"workspace:goto-tab-1": [],
"workspace:goto-tab-2": [],
"workspace:goto-tab-3": [],
"workspace:goto-tab-4": [],
"workspace:goto-tab-5": [],
"editor:toggle-bullet-list": [
{
"modifiers": [
"Mod"
],
"key": "L"
}
],
"editor:toggle-numbered-list": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "L"
}
],
"editor:toggle-checklist-status": [
{
"modifiers": [
"Mod"
],
"key": "M"
}
],
"editor:toggle-blockquote": [
{
"modifiers": [
"Mod"
],
<<<<<<< HEAD
"key": "\\"
=======
"key": "Key226"
}
],
"editor:insert-codeblock": [
{
"modifiers": [
"Mod"
],
"key": "]"
>>>>>>> origin/main
}
]
}