hotkey to select error origin

This commit is contained in:
Dmitry Vasilev
2023-10-26 09:41:17 +08:00
parent 8c9068aeb0
commit f93287abd0
5 changed files with 63 additions and 2 deletions

View File

@@ -307,6 +307,7 @@ export class UI {
['Step out of call', 'Ctrl-o', '\\o'],
['When in call tree view, jump to return statement', 'Enter'],
['When in call tree view, jump to function arguments', 'a'],
['When in call tree view, jump to error origin', 'e'],
['Clear IO trace', 'F6'],
['(Re)open run window (F7)', 'F7'],
]