forked from zookatron/sublime-collaboration
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed unicode errors and added Linux and OSX keymappings
- Loading branch information
Tim Zook
committed
Nov 2, 2012
1 parent
10ee7f0
commit 39163b5
Showing
3 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[ | ||
{ "keys": ["ctrl+alt+c"], "command": "collab_connect_to_server" }, | ||
{ "keys": ["ctrl+alt+d"], "command": "collab_disconnect_from_server" }, | ||
{ "keys": ["ctrl+alt+o"], "command": "collab_open_document" }, | ||
{ "keys": ["ctrl+alt+s"], "command": "collab_toggle_server" }, | ||
{ "keys": ["ctrl+alt+a"], "command": "collab_add_current_document" } | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[ | ||
{ "keys": ["command+alt+c"], "command": "collab_connect_to_server" }, | ||
{ "keys": ["command+alt+d"], "command": "collab_disconnect_from_server" }, | ||
{ "keys": ["command+alt+o"], "command": "collab_open_document" }, | ||
{ "keys": ["command+alt+s"], "command": "collab_toggle_server" }, | ||
{ "keys": ["command+alt+a"], "command": "collab_add_current_document" } | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters