-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
78 lines (78 loc) · 2.01 KB
/
settings.json
File metadata and controls
78 lines (78 loc) · 2.01 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"editor": {
"fontFamily": "sans",
"fontPreset": "inter",
"fontSize": 16,
"lineHeight": 1.6,
"maxWidth": 800,
"theme": "light",
"themeTemp": "neutral",
"themeContrast": "soft",
"themeAccent": "blue",
"themeTexture": true,
"uiMode": "default"
},
"language": "ko",
"shortcuts": {
"app.openSettings": "Cmd+,",
"app.closeWindow": "Cmd+W",
"app.quit": "Cmd+Q",
"chapter.new": "Cmd+N",
"chapter.save": "Cmd+S",
"chapter.delete": "Cmd+Backspace",
"chapter.open.1": "Cmd+1",
"chapter.open.2": "Cmd+2",
"chapter.open.3": "Cmd+3",
"chapter.open.4": "Cmd+4",
"chapter.open.5": "Cmd+5",
"chapter.open.6": "Cmd+6",
"chapter.open.7": "Cmd+7",
"chapter.open.8": "Cmd+8",
"chapter.open.9": "Cmd+9",
"chapter.open.0": "Cmd+0",
"view.toggleSidebar": "Cmd+B",
"view.sidebar.open": "",
"view.sidebar.close": "",
"view.toggleContextPanel": "Cmd+Shift+B",
"view.context.open": "",
"view.context.close": "",
"sidebar.section.manuscript.toggle": "",
"sidebar.section.snapshot.open": "",
"sidebar.section.trash.open": "",
"project.rename": "",
"research.open.character": "Cmd+T",
"research.open.world": "",
"research.open.scrap": "",
"research.open.analysis": "",
"research.open.character.left": "",
"research.open.world.left": "",
"research.open.scrap.left": "",
"research.open.analysis.left": "",
"character.openTemplate": "",
"world.tab.synopsis": "",
"world.tab.terms": "",
"world.tab.mindmap": "",
"world.tab.drawing": "",
"world.tab.plot": "",
"world.tab.graph": "Cmd+Shift+G",
"world.addTerm": "",
"scrap.addMemo": "",
"export.openPreview": "",
"export.openWindow": "",
"editor.openRight": "",
"editor.openLeft": "",
"split.swapSides": "",
"editor.fontSize.increase": "",
"editor.fontSize.decrease": "",
"window.toggleFullscreen": "F11",
"view.toggleFocusMode": "Shift+F11"
},
"autoSaveEnabled": true,
"autoSaveInterval": 30000,
"snapshotExportLimit": 50,
"menuBarMode": "visible",
"sync": {
"connected": false,
"autoSync": true
}
}