_ = function(p) return p; end; name = _('HPMFCD'); Description = 'Left MFCD Right MFCD on the HP and camera on the center screens' Viewports = { Center = { x = 0; y = 0; width = 5040; height = 1050; viewDx = 0; viewDy = 0; aspect = screen.aspect; } } LEFT_MFCD = { x = 5050; y = 70; width = 360; height = 360; } RIGHT_MFCD = { x = 6350; y = 70; width = 360; height = 360; }