Details
Description
- Have an editor open.
- Use Creator's internal bash-based terminal to open a file in vi.
- Press "a" to start appending to a line in the file.
- Type some characters.
They appear in the terminal. - Press the Escape to quit the append mode.
Focus moves to the editor. The terminal does not receive Escape. User can't exit vi.
If it's not feasible to catch the Escape key for the terminal, please consider having "Send Escape" on some button or menu like to VMs do.