Quantcast
<Bindings>
	<Binding name="ATLASORWORLDMAP" runOnUp="false" header="ATLASORWORLDMAP" default="M">
		if (WorldMapFrame:IsShown()) then
			WorldMapFrame:SetShown(false)
		elseif (not IsInInstance()) then
			WorldMapFrame:SetShown(true)
		else
			Atlas_Toggle()
			Atlas_AutoSelect()
			Atlas_Refresh()
		end
	</Binding>
</Bindings>