-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheditor_shortcuts_profile.json
50 lines (50 loc) · 1.16 KB
/
editor_shortcuts_profile.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
41
42
43
44
45
46
47
48
49
50
{
"m_Id": "Default copy",
"m_ParentId": "",
"m_Entries": [
{
"identifier": {
"path": "Main Menu/Window/General/Scene"
},
"combinations": [
{
"m_KeyCode": 257,
"m_Modifiers": 3
}
]
},
{
"identifier": {
"path": "Main Menu/Window/General/Game"
},
"combinations": [
{
"m_KeyCode": 258,
"m_Modifiers": 3
}
]
},
{
"identifier": {
"path": "Main Menu/Window/General/Inspector"
},
"combinations": [
{
"m_KeyCode": 259,
"m_Modifiers": 3
}
]
},
{
"identifier": {
"path": "Main Menu/Window/General/Hierarchy"
},
"combinations": [
{
"m_KeyCode": 260,
"m_Modifiers": 3
}
]
}
]
}