-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.json
40 lines (40 loc) · 951 Bytes
/
settings.json
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
{
"window": {
"length": 1400,
"width": 1322,
"x": 118,
"y": 221,
"height": 629
},
"display": {
"Icon Caption": {
"None": "None",
"Size": "Size"
}
},
"keyboard_shortcuts": {
"Backspace": "Backspace",
"ShowHome": "Alt+H",
"ShowWorkspace": "Alt+W",
"ShowSidebar": "Ctrl+B",
"ShowDevices": "Ctrl+D",
"ShowSettings": "",
"Find": "Ctrl+F",
"Down": "Down",
"Up": "Up",
"Left": "Left",
"Right": "Right",
"Rename": "F2",
"Cut": "Ctrl+X",
"Copy": "Ctrl+C",
"Paste": "Ctrl+V",
"SelectAll": "Ctrl+A",
"Delete": "Delete",
"Compress": "Shift+C",
"Extract": "Shift+E",
"Properties": "Ctrl+I",
"NewFolder": "Ctrl+Shift+N",
"AddWorkspace": "Ctrl+D",
"OpenNewTab": "Ctrl+Enter"
}
}