From 76b809104d87d6599eee93ab270d30cf5dec57e6 Mon Sep 17 00:00:00 2001 From: Wade Brainerd Date: Fri, 17 Oct 2014 19:58:37 -0400 Subject: [PATCH] Restore working hotkeys for OS X and Linux. --- Default (Linux).sublime-keymap | 2 +- Default (OSX).sublime-keymap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Default (Linux).sublime-keymap b/Default (Linux).sublime-keymap index df922e9..249e54e 100644 --- a/Default (Linux).sublime-keymap +++ b/Default (Linux).sublime-keymap @@ -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"} ] diff --git a/Default (OSX).sublime-keymap b/Default (OSX).sublime-keymap index df922e9..249e54e 100644 --- a/Default (OSX).sublime-keymap +++ b/Default (OSX).sublime-keymap @@ -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"} ]