Open Bug 1012451 Opened 12 years ago Updated 10 months ago

CTRL-[ is not treated as ESC in VIM mode

Categories

(DevTools :: Source Editor, defect)

29 Branch
x86_64
Linux
defect

Tracking

(Not tracked)

UNCONFIRMED

People

(Reporter: reg, Unassigned)

Details

Steps to reproduce: 1. Enable VIM mode for source editor, by setting "devtools.editor.keymap" to value "vim". 2. Open Scratchpad with Shift-F4. 3. Enter Insert Mode by pressing key "i". 4. Press CTRL-[. Actual Results: "[" is entered literally into the editor. Expected Results: Pressing CTRL-[ should have been treated as pressing ESC key, thus switching editor mode to Normal.
Product: Firefox → DevTools

small update on this one, for now CTRL-[ doesn't add a literal [ instead it cycles through the devtools

Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.