Skip to content

Commit

Permalink
Added keybindings for Windows and Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
padamczewski committed Apr 3, 2017
1 parent 1979c2b commit d4129a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,16 @@
{
"command": "extension.insertLogStatement",
"key": "shift+ctrl+l",
"linux": "shift+meta+l",
"win": "shift+win+l",
"mac": "shift+cmd+l",
"when": "editorTextFocus"
},
{
"command": "extension.deleteAllLogStatements",
"key": "shift+ctrl+d",
"linux": "shift+meta+d",
"win": "shift+win+d",
"mac": "shift+cmd+d"
}
]
Expand Down

0 comments on commit d4129a1

Please sign in to comment.