nelsam / vidar

vidar is a highly experimental Go editor, written in Go, using gxui
The Unlicense
50 stars 7 forks source link

Locator ignore key commands after refocusing. #138

Closed Kvaz1r closed 6 years ago

Kvaz1r commented 6 years ago

Description

Locator ignore key commands after refocusing.

Steps to reproduce

  1. Open any file.
  2. Ctrl+O
  3. Click on editor
  4. Switch to box for input path
  5. Try use completion command (KeyRight,Backspace,...)

Expected behavior

Work of completion commands as they did before losing focus.

Actual behavior

Locator ignore key commands.