-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBindings.xml
More file actions
21 lines (21 loc) · 835 Bytes
/
Bindings.xml
File metadata and controls
21 lines (21 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Bindings>
<Layer name="SI_KEYBINDINGS_CATEGORY_GENERAL">
<Category name="Developer Suite">
<Action name="DEVELOPER_SUITE_RELOADUI">
<Down>DeveloperSuite_Binding_Reload()</Down>
</Action>
<Action name="DEVELOPER_SUITE_INSPECTOR">
<Down>DeveloperSuite_Binding_Inspector()</Down>
</Action>
<Action name="DEVELOPER_SUITE_LIBRARY">
<Down>DeveloperSuite_Binding_Library()</Down>
</Action>
<Action name="DEVELOPER_SUITE_EXPLORER">
<Down>DeveloperSuite_Binding_Explorer()</Down>
</Action>
<Action name="DEVELOPER_SUITE_CONSOLE">
<Down>DeveloperSuite_Binding_Console()</Down>
</Action>
</Category>
</Layer>
</Bindings>