Skip to content

Commit

Permalink
Merge pull request #62 from bit101/more_fixes
Browse files Browse the repository at this point in the history
More fixes
  • Loading branch information
pykong authored Feb 24, 2020
2 parents f3aab80 + 1265c5f commit 4a4280b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Default (Linux).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"keys": ["ctrl+shift+n"],
"keys": ["alt+shift+p"],
"__doc__": "Create new project",
"command": "project_maker"
}
Expand Down
2 changes: 1 addition & 1 deletion Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"keys": ["ctrl+shift+n"],
"keys": ["command+shift+p"],
"__doc__": "Create new project",
"command": "project_maker"
}
Expand Down
2 changes: 1 addition & 1 deletion Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"keys": ["ctrl+shift+n"],
"keys": ["alt+shift+p"],
"__doc__": "Create new project",
"command": "project_maker"
}
Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"0.1.0": "messages/0.1.0.txt"
"0.1.0": "messages/0.1.0.txt",
"0.1.1": "messages/0.1.1.txt"
}
File renamed without changes.
2 changes: 2 additions & 0 deletions messages/0.1.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Keybindings changed to not overlap inbuilt sequences.
Please check ProjectMaker's keybinding files to learn more.

0 comments on commit 4a4280b

Please sign in to comment.