Files
My-Notes/.obsidian/hotkeys.json
T
2026-07-02 23:10:58 +08:00

28 lines
359 B
JSON

{
"editor:toggle-highlight": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "H"
}
],
"editor:toggle-strikethrough": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "X"
}
],
"insert-template": [
{
"modifiers": [
"Alt"
],
"key": "T"
}
]
}