C2LC-416: Add Esc as an explicit key to break out of in-progress key sequences

Metadata

Source
C2LC-416
Type
Task
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Created
2021-07-09T09:56:28.508-0400
Updated
2021-08-30T16:42:28.951-0400
Versions
N/A
Fixed Versions
  1. Coding Env 0.9
Component
N/A

Description

Take care with the interaction of the focus traps.

We want them both the key sequence code and focus trap code to react to Esc, not just one or the other. Pressing Esc should both cancel in-progress key sequences, and close an active focus trap.