Reviewed HTML and options

This commit is contained in:
n1474335 2023-01-19 17:47:07 +00:00
parent fa21768931
commit 84f0750525
4 changed files with 43 additions and 80 deletions

View file

@ -40,11 +40,11 @@ class BindingsWaiter {
break;
case "KeyI": // Focus input
e.preventDefault();
document.getElementById("input-text").focus();
this.manager.input.inputEditorView.focus();
break;
case "KeyO": // Focus output
e.preventDefault();
document.getElementById("output-text").focus();
this.manager.output.outputEditorView.focus();
break;
case "Period": // Focus next operation
e.preventDefault();