-
Notifications
You must be signed in to change notification settings - Fork 4
/
settings.json
27 lines (27 loc) · 915 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
{
"Version" : "1",
"Key_Shutdown" : "KEY_F(1)",
"functionListScreenWidth" : 40,
"xrefsScreenHeight" : 15,
"BinaryNinjaContextDualFocus" : false,
"BinaryNinjaContextSwitchView" : " ",
"BinaryNinjaContextSwitchFocus" : "\t",
"linearDisassemblyScrollDown" : "KEY_DOWN",
"linearDisassemblyScrollUp" : "KEY_UP",
"functionListScrollDown" : "KEY_DOWN",
"functionListScrollUp" : "KEY_UP",
"hexViewLineDown" : "KEY_DOWN",
"hexViewLineUp" : "KEY_UP",
"linearDisassemblyPageDown" : "KEY_NPAGE",
"linearDisassemblyPageUp" : "KEY_PPAGE",
"functionListPageDown" : "KEY_NPAGE",
"functionListPageUp" : "KEY_PPAGE",
"hexViewPageDown" : "KEY_NPAGE",
"hexViewPageUp" : "KEY_PPAGE",
"hexViewRight" : "KEY_RIGHT",
"hexViewLeft" : "KEY_LEFT",
"hexLineLength" : 24,
"functionListSelect" : "\n",
"popupWindowGoto" : "g",
"confirm" : "\n"
}