@@ -17,17 +17,17 @@ public Settings()
17
17
_shortcutKeyPerNode = new Dictionary < Type , Keys >
18
18
{
19
19
{ typeof ( Hex64Node ) , Keys . Control | Keys . Shift | Keys . D6 } ,
20
- { typeof ( ClassInstanceNode ) , Keys . Control | Keys . Shift | Keys . I } ,
20
+ { typeof ( ClassInstanceNode ) , Keys . Control | Keys . Shift | Keys . C } ,
21
21
{ typeof ( FloatNode ) , Keys . Control | Keys . Shift | Keys . F } ,
22
22
{ typeof ( Hex8Node ) , Keys . Control | Keys . Shift | Keys . B } ,
23
23
{ typeof ( PointerNode ) , Keys . Control | Keys . Shift | Keys . P } ,
24
24
{ typeof ( Vector2Node ) , Keys . Control | Keys . Shift | Keys . D2 } ,
25
25
{ typeof ( Vector3Node ) , Keys . Control | Keys . Shift | Keys . D3 } ,
26
26
{ typeof ( Vector4Node ) , Keys . Control | Keys . Shift | Keys . D4 } ,
27
- { typeof ( VirtualMethodTableNode ) , Keys . Control | Keys . Shift | Keys . T } ,
27
+ { typeof ( VirtualMethodTableNode ) , Keys . Control | Keys . Shift | Keys . V } ,
28
28
{ typeof ( BoolNode ) , Keys . Control | Keys . Shift | Keys . O } ,
29
29
{ typeof ( EnumNode ) , Keys . Control | Keys . Shift | Keys . E } ,
30
- { typeof ( Int32Node ) , Keys . Control | Keys . Shift | Keys . N }
30
+ { typeof ( Int32Node ) , Keys . Control | Keys . Shift | Keys . I }
31
31
} ;
32
32
33
33
// Define more here.
0 commit comments