Skip to content

Commit fba29e1

Browse files
Merge pull request #7 from abhishek72850/package-control-fixes
Package control bot comment fix
2 parents e7da37f + 21b8e33 commit fba29e1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.sublime/Default (Linux).sublime-keymap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[
22
{
3-
"keys": ["ctrl+q"],
3+
"keys": ["super+shift+;"],
44
"command": "py_rock",
55
"args": { "action": "import_symbol" }
66
},
77
{
8-
"keys": ["ctrl+shift+q"],
8+
"keys": ["ctrl+shift+;"],
99
"command": "py_rock",
1010
"args": { "action": "import_symbol" }
1111
}

.sublime/Default (OSX).sublime-keymap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[
22
{
3-
"keys": ["cmd+q"],
3+
"keys": ["super+shift+;"],
44
"command": "py_rock",
55
"args": { "action": "import_symbol" }
66
},
77
{
8-
"keys": ["ctrl+shift+q"],
8+
"keys": ["ctrl+shift+;"],
99
"command": "py_rock",
1010
"args": { "action": "import_symbol" }
1111
}

.sublime/Default (Windows).sublime-keymap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[
22
{
3-
"keys": ["ctrl+q"],
3+
"keys": ["super+shift+;"],
44
"command": "py_rock",
55
"args": { "action": "import_symbol" }
66
},
77
{
8-
"keys": ["ctrl+shift+q"],
8+
"keys": ["ctrl+shift+;"],
99
"command": "py_rock",
1010
"args": { "action": "import_symbol" }
1111
}

0 commit comments

Comments
 (0)