Skip to content

Commit

Permalink
Broke Default.sublime-keymap into 3 platform specific files.
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpt committed Apr 11, 2012
1 parent 24a8fd2 commit 3000890
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
{ "keys": ["shift+alt+p"], "command": "print_to_html", "args": { "target": "browser" } }
]
3 changes: 3 additions & 0 deletions Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
{ "keys": ["shift+alt+p"], "command": "print_to_html", "args": { "target": "browser" } }
]

0 comments on commit 3000890

Please sign in to comment.