Skip to content

Commit

Permalink
Fixed broken JSON for Windows and Linux bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Nov 6, 2013
1 parent ae1c95c commit aa6570f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Default (Linux).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
{ "keys": ["ctrl+alt+n"], "command": "prompt_insert_nums" }
{ "keys": ["ctrl+alt+n"], "command": "prompt_insert_nums" },
{ "keys": ["ctrl+shift+alt+n"], "command": "prompt_insert_nums", "args": { "automatic": false } }
]
2 changes: 1 addition & 1 deletion Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
{ "keys": ["ctrl+alt+n"], "command": "prompt_insert_nums" }
{ "keys": ["ctrl+alt+n"], "command": "prompt_insert_nums" },
{ "keys": ["ctrl+shift+alt+n"], "command": "prompt_insert_nums", "args": { "automatic": false } }
]

0 comments on commit aa6570f

Please sign in to comment.