Added New Section Run and Debug

master
usolutions 2016-06-04 11:48:13 +00:00
parent 7a34c3dc9c
commit e1042a8209
1 changed files with 11 additions and 0 deletions

View File

@ -16,6 +16,7 @@
"section_order": [
"Basics",
"Run and Debug",
"Search",
"Find and Replace"
],
@ -39,6 +40,16 @@
"val": "Duplicate the Current Line or Section"
}
],
"Run and Debug": [
{
"key": "[Shift] [Ctrl] [R]",
"val": "Run current script"
},
{
"key": "[Ctrl] [D]",
"val": "Debug current script"
}
],
"Find and Replace": [
{
"key": "[Cmd] [F] and [Cmd] [R]",