Skip to content

Commit

Permalink
Keyboard Shortcut list is missing "Indent lines" #651
Browse files Browse the repository at this point in the history
  • Loading branch information
carmacleod committed Mar 25, 2019
1 parent cfa6ec7 commit 55b4502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ define("orion/editor/actions", [ //$NON-NLS-0$

textView.setAction("tab", function() { //$NON-NLS-0$
return this.indentLines();
}.bind(this));
}.bind(this), {name: messages.indentLines});

textView.setAction("shiftTab", function() { //$NON-NLS-0$
return this.unindentLines();
Expand Down

0 comments on commit 55b4502

Please sign in to comment.