Added New Section Run and Debug
parent
7a34c3dc9c
commit
e1042a8209
|
@ -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]",
|
||||
|
|
Loading…
Reference in New Issue