Skip to content

Commit

Permalink
MacOS shortcut fix, comma
Browse files Browse the repository at this point in the history
  • Loading branch information
hinell authored Oct 23, 2018
1 parent 144cd07 commit 0680cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -861,9 +861,9 @@
}
},{
"key": "ctrl+alt+shift+t",
"mac": "ctrl+alt+shift+t",
"mac": "alt+t",
"command": "editor.action.refactor",
"when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly"
"when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly",
"jetbrains": "Refactor this (selected expressions or statements)"
},{
"key": "alt+0",
Expand Down

0 comments on commit 0680cbc

Please sign in to comment.