Новый интерфейс для foobar2000 — foo_ui_panels.
Под него уже существует сборка Keyholder от комрада Russel777.
Список разделов › foobar2000 › Плагины
When executing multiple buttons (i.e. four buttons that cover the same area, when clicked each is executed sequentially), if one of these actions is from the context menu or main menu the sequential execution will stop, thus any actions after this point will not be performed. It is important to layer your buttons in the correct order. A general rule of thumb - set PVARs first, then perform your PanelsUI functions (e.g. a window resize), then perform your final main menu or context menu action.
$select($getpvar(display),
//Код первой панели
,
//Код второй панели
,
//Код третьей панели
)