macro "Toggle Overlay [f1]" { if (Overlay.size>0) { if (Overlay.hidden) Overlay.show; else Overlay.hide; } }