Variable EditLine.enterKey

handle Enter key press inside line editor

class EditLine
{
  // ...
  Signal!(dcanvas.widgets.editors.EnterKeyHandler) enterKey;
  // ...
}