Commit 7242ce5a authored by Gaurav Kukreja's avatar Gaurav Kukreja

Changed key combinations to add package to Package Control

parent e2d3e1c7
...@@ -72,7 +72,7 @@ class CheatSheetMultipleSuggestionsCommand(sublime_plugin.TextCommand, CheatShee ...@@ -72,7 +72,7 @@ class CheatSheetMultipleSuggestionsCommand(sublime_plugin.TextCommand, CheatShee
def run(self, edit, with_comments): def run(self, edit, with_comments):
self.show_result_with_comments = with_comments self.show_result_with_comments = with_comments
input_panel_prompt = "Cheat.sh" input_panel_prompt = "Cheat.sh : Show multiple suggestions"
if with_comments: if with_comments:
input_panel_prompt = input_panel_prompt + " (with comments) :" input_panel_prompt = input_panel_prompt + " (with comments) :"
else: else:
......
[ [
{ {
"keys": ["ctrl+shift+b"], "keys": ["ctrl+shift+r"],
"command": "cheat_sheet", "command": "cheat_sheet",
"args": "args":
{ {
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
} }
}, },
{ {
"keys": ["alt+shift+b"], "keys": ["alt+shift+r"],
"command": "cheat_sheet", "command": "cheat_sheet",
"args": "args":
{ {
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
} }
}, },
{ {
"keys": ["ctrl+shift+n"], "keys": ["ctrl+shift+s"],
"command": "cheat_sheet_multiple_suggestions", "command": "cheat_sheet_multiple_suggestions",
"args": "args":
{ {
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
} }
}, },
{ {
"keys": ["alt+shift+n"], "keys": ["alt+shift+s"],
"command": "cheat_sheet_multiple_suggestions", "command": "cheat_sheet_multiple_suggestions",
"args": "args":
{ {
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
} }
}, },
{ {
"keys": ["ctrl+shift+m"], "keys": ["ctrl+shift+i"],
"command": "cheat_sheet_input_panel", "command": "cheat_sheet_input_panel",
"args": "args":
{ {
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
} }
}, },
{ {
"keys": ["alt+shift+m"], "keys": ["alt+shift+i"],
"command": "cheat_sheet_input_panel", "command": "cheat_sheet_input_panel",
"args": "args":
{ {
......
[ [
{ {
"keys": ["super+shift+b"], "keys": ["super+shift+r"],
"command": "cheat_sheet", "command": "cheat_sheet",
"args": "args":
{ {
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
} }
}, },
{ {
"keys": ["alt+shift+b"], "keys": ["alt+shift+r"],
"command": "cheat_sheet", "command": "cheat_sheet",
"args": "args":
{ {
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
} }
}, },
{ {
"keys": ["super+shift+n"], "keys": ["super+shift+s"],
"command": "cheat_sheet_multiple_suggestions", "command": "cheat_sheet_multiple_suggestions",
"args": "args":
{ {
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
} }
}, },
{ {
"keys": ["alt+shift+n"], "keys": ["alt+shift+s"],
"command": "cheat_sheet_multiple_suggestions", "command": "cheat_sheet_multiple_suggestions",
"args": "args":
{ {
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
} }
}, },
{ {
"keys": ["super+shift+m"], "keys": ["super+shift+i"],
"command": "cheat_sheet_input_panel", "command": "cheat_sheet_input_panel",
"args": "args":
{ {
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
} }
}, },
{ {
"keys": ["alt+shift+m"], "keys": ["alt+shift+i"],
"command": "cheat_sheet_input_panel", "command": "cheat_sheet_input_panel",
"args": "args":
{ {
......
[ [
{ {
"keys": ["ctrl+shift+b"], "keys": ["ctrl+shift+r"],
"command": "cheat_sheet", "command": "cheat_sheet",
"args": "args":
{ {
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
} }
}, },
{ {
"keys": ["alt+shift+b"], "keys": ["alt+shift+r"],
"command": "cheat_sheet", "command": "cheat_sheet",
"args": "args":
{ {
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
} }
}, },
{ {
"keys": ["ctrl+shift+n"], "keys": ["ctrl+shift+s"],
"command": "cheat_sheet_multiple_suggestions", "command": "cheat_sheet_multiple_suggestions",
"args": "args":
{ {
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
} }
}, },
{ {
"keys": ["alt+shift+n"], "keys": ["alt+shift+s"],
"command": "cheat_sheet_multiple_suggestions", "command": "cheat_sheet_multiple_suggestions",
"args": "args":
{ {
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
} }
}, },
{ {
"keys": ["ctrl+shift+m"], "keys": ["ctrl+shift+i"],
"command": "cheat_sheet_input_panel", "command": "cheat_sheet_input_panel",
"args": "args":
{ {
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
} }
}, },
{ {
"keys": ["alt+shift+m"], "keys": ["alt+shift+i"],
"command": "cheat_sheet_input_panel", "command": "cheat_sheet_input_panel",
"args": "args":
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment