|
33 | 33 | ['key' => 'Alt + N', 'description' => 'Add Stage'], |
34 | 34 | ['key' => 'Alt + M', 'description' => 'Add Transition'], |
35 | 35 | ['key' => 'Enter / SpaceBar', 'description' => 'Select Item'], |
36 | | - ['key' => 'Alt + U', 'description' => 'Edit Item'], |
37 | 36 | ['key' => 'Select + E', 'description' => 'Edit Item'], |
38 | | - ['key' => 'Alt + Shift + D', 'description' => 'Delete Item'], |
39 | 37 | ['key' => 'Select + Delete', 'description' => 'Delete Item'], |
40 | 38 | ['key' => 'Select + Backspace', 'description' => 'Delete Item'], |
41 | | - ['key' => 'Alt + C', 'description' => 'Toggle Mode'], |
| 39 | + ['key' => 'Select + Shift + Arrows', 'description' => 'Move Stage'], |
42 | 40 | ['key' => 'Ctrl/Cmd + Z', 'description' => 'Undo'], |
43 | 41 | ['key' => 'Ctrl/Cmd + Y', 'description' => 'Redo'], |
44 | 42 | ['key' => 'Escape', 'description' => 'Clear Selection'], |
45 | 43 | ['key' => '+ / =', 'description' => 'Zoom In'], |
46 | 44 | ['key' => '- / _', 'description' => 'Zoom Out'], |
47 | 45 | ['key' => 'F', 'description' => 'Fit View'], |
48 | 46 | ['key' => 'Tab', 'description' => 'Focus Type Change'], |
49 | | - ['key' => 'Arrows', 'description' => 'Navigate Nodes'], |
50 | | - ['key' => 'Shift + Arrows', 'description' => 'Move View'], |
51 | | - ['key' => 'Select + Arrows', 'description' => 'Move Stage'], |
| 47 | + ['key' => 'Arrows', 'description' => 'Navigate Nodes'], |
| 48 | + ['key' => 'Shift + Arrows', 'description' => 'Move View'], |
52 | 49 | ]; |
53 | 50 |
|
54 | 51 | $col1 = array_slice($shortcuts, 0, ceil(count($shortcuts) / 2)); |
|
0 commit comments