How to write a macro to set a custom environment using environment ID?

Hey,

So I’m trying to make it so that pressing “Ctrl+Shift+E” sets my custom environment reflection map to an environment that I use very often (the Pearson Airport environment map that comes shipped with Rhino 7)

I can’t seem to figure out where the “EnvironmentID” is for the Pearson Airport HDR or how to incorporate it into a macro.

This is how far I got

I think I figured it out. Here’s what I came up with

_-DocumentProperties _Render _Background _CustomReflectiveEnvironment "Pearson Airport" _Enter _UseCustomReflectiveEnvironment _Yes _EnterEnd