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
def run(self, edit, 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:
input_panel_prompt = input_panel_prompt + " (with comments) :"
else:
......
[
{
"keys": ["ctrl+shift+b"],
"keys": ["ctrl+shift+r"],
"command": "cheat_sheet",
"args":
{
......@@ -8,7 +8,7 @@
}
},
{
"keys": ["alt+shift+b"],
"keys": ["alt+shift+r"],
"command": "cheat_sheet",
"args":
{
......@@ -16,7 +16,7 @@
}
},
{
"keys": ["ctrl+shift+n"],
"keys": ["ctrl+shift+s"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
......@@ -24,7 +24,7 @@
}
},
{
"keys": ["alt+shift+n"],
"keys": ["alt+shift+s"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
......@@ -32,7 +32,7 @@
}
},
{
"keys": ["ctrl+shift+m"],
"keys": ["ctrl+shift+i"],
"command": "cheat_sheet_input_panel",
"args":
{
......@@ -40,7 +40,7 @@
}
},
{
"keys": ["alt+shift+m"],
"keys": ["alt+shift+i"],
"command": "cheat_sheet_input_panel",
"args":
{
......
[
{
"keys": ["super+shift+b"],
"keys": ["super+shift+r"],
"command": "cheat_sheet",
"args":
{
......@@ -8,7 +8,7 @@
}
},
{
"keys": ["alt+shift+b"],
"keys": ["alt+shift+r"],
"command": "cheat_sheet",
"args":
{
......@@ -16,7 +16,7 @@
}
},
{
"keys": ["super+shift+n"],
"keys": ["super+shift+s"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
......@@ -24,7 +24,7 @@
}
},
{
"keys": ["alt+shift+n"],
"keys": ["alt+shift+s"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
......@@ -32,7 +32,7 @@
}
},
{
"keys": ["super+shift+m"],
"keys": ["super+shift+i"],
"command": "cheat_sheet_input_panel",
"args":
{
......@@ -40,7 +40,7 @@
}
},
{
"keys": ["alt+shift+m"],
"keys": ["alt+shift+i"],
"command": "cheat_sheet_input_panel",
"args":
{
......
[
{
"keys": ["ctrl+shift+b"],
"keys": ["ctrl+shift+r"],
"command": "cheat_sheet",
"args":
{
......@@ -8,7 +8,7 @@
}
},
{
"keys": ["alt+shift+b"],
"keys": ["alt+shift+r"],
"command": "cheat_sheet",
"args":
{
......@@ -16,7 +16,7 @@
}
},
{
"keys": ["ctrl+shift+n"],
"keys": ["ctrl+shift+s"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
......@@ -24,7 +24,7 @@
}
},
{
"keys": ["alt+shift+n"],
"keys": ["alt+shift+s"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
......@@ -32,7 +32,7 @@
}
},
{
"keys": ["ctrl+shift+m"],
"keys": ["ctrl+shift+i"],
"command": "cheat_sheet_input_panel",
"args":
{
......@@ -40,7 +40,7 @@
}
},
{
"keys": ["alt+shift+m"],
"keys": ["alt+shift+i"],
"command": "cheat_sheet_input_panel",
"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