Updated key mapping to avoid overwriting default mapping.

This commit is contained in:
Michael Scovetta 2017-01-04 16:46:29 -08:00
Родитель a8db392e77
Коммит c7b849453a
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,6 @@
[
{
"keys": [ "ctrl+shift+d" ],
"keys": [ "ctrl+shift+g" ],
"command": "dev_skim_analyze",
"context": [
]

Просмотреть файл

@ -1,6 +1,6 @@
[
{
"keys": [ "super+shift+d" ],
"keys": [ "ctrl+shift+g" ],
"command": "dev_skim_analyze",
"context": [
]

Просмотреть файл

@ -1,6 +1,6 @@
[
{
"keys": [ "ctrl+shift+d" ],
"keys": [ "ctrl+shift+g" ],
"command": "dev_skim_analyze",
"context": [
]