I was hoping I could use SendKeys to launch the Run dialog from LBC. Originally I was hoping there might be a shell command to do that but I can't find any reference to one. My next thought was to use SendKeys but from what I can tell that's not possible.
If I'm understanding the documentation correctly only the State Modifiers can be used in that way. I could combine Ctrl-r, Shift-r, or Alt-r, but not Win-r. Is that correct?
I also remembered that NirCmd has its own SendKey function which would probably work except that it doesn't seem to support the WinKey at all.
The really annoying part is that I'm only trying to include it as a sort of baseline option. My actual recommendation is going to be replacing it with something like
Run-Command at a minimum. However I don't like it as a default simply because it doesn't handle symlinks properly. That really won't make any difference for most people and it doesn't actually matter to me since I'm hooked on FARR.
Mostly I just want to be able to reproduce everything I consider worth messing with from the Start Menu in LBC and it bugs me. Unless somebody knows another way to launch the Run dialog I think I'm probably out of luck.