gui-cs / TerminalGuiDesigner

Forms Designer for Terminal.Gui (aka gui.cs)
MIT License
423 stars 28 forks source link

Enter not triggering on root menu #286

Closed tznind closed 8 months ago

tznind commented 8 months ago
  1. Run app
  2. Press Down
  3. Press Enter

Expected: New window to show Observed: Nothing happens

Ctrl+N still works. Probably there was a change in key handling that is causing this or some new guard statement in global handlers in TGD.

image

tznind commented 8 months ago

Fixed in 4d710a2