From 2990b4e77217557d5d9a0dbe32ee2c2b36f84e87 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 22 Nov 2016 19:11:50 +0100 Subject: [PATCH] Remove keyboards shorcuts closing #6 --- Default (Linux).sublime-keymap | 23 ----------------------- Default (OSX).sublime-keymap | 23 ----------------------- Default (Windows).sublime-keymap | 23 ----------------------- 3 files changed, 69 deletions(-) delete mode 100644 Default (Linux).sublime-keymap delete mode 100644 Default (OSX).sublime-keymap delete mode 100644 Default (Windows).sublime-keymap diff --git a/Default (Linux).sublime-keymap b/Default (Linux).sublime-keymap deleted file mode 100644 index f71747c..0000000 --- a/Default (Linux).sublime-keymap +++ /dev/null @@ -1,23 +0,0 @@ -[ - { - "keys": ["ctrl+shift+,"], - "command": "pref_open_setting_file" - }, - { - "keys": ["alt+o"], - "command": "pref_toggle_setting_file", - "context": - [ - { "key": "selector", "operator": "equal", "operand": "source.json" } - ] - }, - { - "keys": ["ctrl+shift+;"], - "command": "pref_fill_setting_file", - "context": - [ - { "key": "selector", "operator": "equal", "operand": "source.json" }, - { "key": "preceding_text", "operator": "regex_contains", "operand": "\"[^\"]+\"\\s?$", "match_all": true } - ] - } -] diff --git a/Default (OSX).sublime-keymap b/Default (OSX).sublime-keymap deleted file mode 100644 index 743bf41..0000000 --- a/Default (OSX).sublime-keymap +++ /dev/null @@ -1,23 +0,0 @@ -[ - { - "keys": ["super+shift+,"], - "command": "pref_open_setting_file" - }, - { - "keys": ["super+alt+up"], - "command": "pref_toggle_setting_file", - "context": - [ - { "key": "selector", "operator": "equal", "operand": "source.json" } - ] - }, - { - "keys": ["super+shift+;"], - "command": "pref_fill_setting_file", - "context": - [ - { "key": "selector", "operator": "equal", "operand": "source.json" }, - { "key": "preceding_text", "operator": "regex_contains", "operand": "\"[^\"]+\"\\s?$", "match_all": true } - ] - } -] diff --git a/Default (Windows).sublime-keymap b/Default (Windows).sublime-keymap deleted file mode 100644 index f71747c..0000000 --- a/Default (Windows).sublime-keymap +++ /dev/null @@ -1,23 +0,0 @@ -[ - { - "keys": ["ctrl+shift+,"], - "command": "pref_open_setting_file" - }, - { - "keys": ["alt+o"], - "command": "pref_toggle_setting_file", - "context": - [ - { "key": "selector", "operator": "equal", "operand": "source.json" } - ] - }, - { - "keys": ["ctrl+shift+;"], - "command": "pref_fill_setting_file", - "context": - [ - { "key": "selector", "operator": "equal", "operand": "source.json" }, - { "key": "preceding_text", "operator": "regex_contains", "operand": "\"[^\"]+\"\\s?$", "match_all": true } - ] - } -]