|
1 | 1 | [
|
2 |
| - {"keys": ["alt+shift+s"], "command": "check_syntax"} |
3 |
| -, {"keys": ["alt+shift+r"], "command": "run_script"} |
4 |
| -, {"keys": ["alt+shift+t"], "command": "run_cake_task"} |
5 |
| -, {"keys": ["alt+shift+c"], "command": "compile"} |
6 |
| -, {"keys": ["alt+shift+d"], "command": "compile_and_display", "args": {"opt": "-p"}} |
7 |
| -, {"keys": ["alt+shift+l"], "command": "compile_and_display", "args": {"opt": "-t"}} |
8 |
| -, {"keys": ["alt+shift+n"], "command": "compile_and_display", "args": {"opt": "-n"}} |
9 |
| -, {"keys": ["alt+shift+w"], "command": "toggle_watch"} |
10 |
| -, {"keys": ["alt+shift+z"], "command": "toggle_output_panel"} |
| 2 | + {"keys": ["alt+shift+s"], "command": "check_syntax"}, |
| 3 | + {"keys": ["alt+shift+r"], "command": "run_script"}, |
| 4 | + {"keys": ["alt+shift+t"], "command": "run_cake_task"}, |
| 5 | + {"keys": ["alt+shift+c"], "command": "compile"}, |
| 6 | + {"keys": ["alt+shift+d"], "command": "compile_and_display", "args": {"opt": "-p"}}, |
| 7 | + {"keys": ["alt+shift+l"], "command": "compile_and_display", "args": {"opt": "-t"}}, |
| 8 | + {"keys": ["alt+shift+n"], "command": "compile_and_display", "args": {"opt": "-n"}}, |
| 9 | + {"keys": ["alt+shift+w"], "command": "toggle_watch"}, |
| 10 | + {"keys": ["alt+shift+z"], "command": "toggle_output_panel"} |
11 | 11 | ]
|
0 commit comments