Skip to content

Please make the code completion popup closable with ESC #219

Closed
@sma

Description

@sma

Please make the (annoying) code completion popup closable with ESC. It seems that the private _onKeyDownRepeat method of CodeController deals with that popup and these additional lines would do the trick:

      if (event.logicalKey == LogicalKeyboardKey.escape) {
        popupController.hide();
        return KeyEventResult.handled;
      }

I'm using version 0.2.15.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions