Skip to content

Commit

Permalink
Restore working hotkeys for OS X and Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
wadetb committed Oct 17, 2014
1 parent 23f40bc commit 76b8091
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
Expand Up @@ -4,7 +4,7 @@
{"keys": ["ctrl+,","i"], "command": "csv_insert_col"},
{"keys": ["ctrl+,","d"], "command": "csv_delete_col"},
{"keys": ["ctrl+,","s"], "command": "csv_select_col"},
{"keys": ["ctrl+,","space"], "command": "csv_format_expand"},
{"keys": ["ctrl+,"," "], "command": "csv_format_expand"},
{"keys": ["ctrl+,",","], "command": "csv_format_compact"},
{"keys": ["ctrl+,","="], "command": "csv_evaluate"}
]
2 changes: 1 addition & 1 deletion Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{"keys": ["ctrl+,","i"], "command": "csv_insert_col"},
{"keys": ["ctrl+,","d"], "command": "csv_delete_col"},
{"keys": ["ctrl+,","s"], "command": "csv_select_col"},
{"keys": ["ctrl+,","space"], "command": "csv_format_expand"},
{"keys": ["ctrl+,"," "], "command": "csv_format_expand"},
{"keys": ["ctrl+,",","], "command": "csv_format_compact"},
{"keys": ["ctrl+,","="], "command": "csv_evaluate"}
]

0 comments on commit 76b8091

Please sign in to comment.