mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
42 lines
528 B
JSON
42 lines
528 B
JSON
{
|
|
"editor:toggle-fold": [
|
|
{
|
|
"modifiers": [
|
|
"Mod"
|
|
],
|
|
"key": "."
|
|
}
|
|
],
|
|
"backlink:open-backlinks": [
|
|
{
|
|
"modifiers": [
|
|
"Alt"
|
|
],
|
|
"key": "b"
|
|
}
|
|
],
|
|
"tag-pane:open": [
|
|
{
|
|
"modifiers": [
|
|
"Mod"
|
|
],
|
|
"key": "3"
|
|
}
|
|
],
|
|
"app:go-back": [
|
|
{
|
|
"modifiers": [
|
|
"Alt"
|
|
],
|
|
"key": "ArrowLeft"
|
|
}
|
|
],
|
|
"app:go-forward": [
|
|
{
|
|
"modifiers": [
|
|
"Alt"
|
|
],
|
|
"key": "ArrowRight"
|
|
}
|
|
]
|
|
} |