Skip to content

Commit fcb3192

Browse files
committed
changed shortcuts
1 parent 9fe999a commit fcb3192

File tree

1 file changed

+3
-6
lines changed
  • administrator/components/com_workflow/tmpl/graph

1 file changed

+3
-6
lines changed

administrator/components/com_workflow/tmpl/graph/default.php

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,19 @@
3333
['key' => 'Alt + N', 'description' => 'Add Stage'],
3434
['key' => 'Alt + M', 'description' => 'Add Transition'],
3535
['key' => 'Enter / SpaceBar', 'description' => 'Select Item'],
36-
['key' => 'Alt + U', 'description' => 'Edit Item'],
3736
['key' => 'Select + E', 'description' => 'Edit Item'],
38-
['key' => 'Alt + Shift + D', 'description' => 'Delete Item'],
3937
['key' => 'Select + Delete', 'description' => 'Delete Item'],
4038
['key' => 'Select + Backspace', 'description' => 'Delete Item'],
41-
['key' => 'Alt + C', 'description' => 'Toggle Mode'],
39+
['key' => 'Select + Shift + Arrows', 'description' => 'Move Stage'],
4240
['key' => 'Ctrl/Cmd + Z', 'description' => 'Undo'],
4341
['key' => 'Ctrl/Cmd + Y', 'description' => 'Redo'],
4442
['key' => 'Escape', 'description' => 'Clear Selection'],
4543
['key' => '+ / =', 'description' => 'Zoom In'],
4644
['key' => '- / _', 'description' => 'Zoom Out'],
4745
['key' => 'F', 'description' => 'Fit View'],
4846
['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'],
5249
];
5350

5451
$col1 = array_slice($shortcuts, 0, ceil(count($shortcuts) / 2));

0 commit comments

Comments
 (0)