{
  BlockEvents()
  Position(SCREEN, Fill(Rgb 0 0 0 150))
  ExitButtons()
  MiniWindow(Margins(10, {
    Vertical {
      Label("Enter key for:")
      Height 20 {}
      Using "text" Label()
    }
    Using "callback" KeyCatcher
  }))
}