-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathblank.json
More file actions
28 lines (28 loc) · 790 Bytes
/
blank.json
File metadata and controls
28 lines (28 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"keymap": {
"undo": "Mod-z",
"redo": "Mod-Shift-z",
"blocktype.paragraph": "Mod-0",
"blocktype.heading1": "Mod-1",
"blocktype.heading2": "Mod-2",
"blocktype.heading3": "Mod-3",
"blocktype.heading4": "Mod-4",
"blocktype.heading5": "Mod-5",
"blocktype.heading6": "Mod-6",
"blocktype.bullet_list": "Mod-8",
"blocktype.ordered_list": "Mod-9",
"insert.horizontal_rule": "Mod-h",
"format.indent": "Tab",
"format.unindent": "Shift-Tab",
"format.bold": "Mod-d",
"format.italic": "Mod-i",
"format.code": "Mod-c",
"format.blockquote": "Mod-g",
"file.new": "Mod-n",
"file.save": "Mod-s",
"file.save_as": "Mod-Shift-s",
"file.open": "Mod-o",
"export.pdf": "Mod-Alt-p",
"theme.cycle": "Mod-Alt-t"
}
}