There isn't a preset alias to open the ALT+Q editbox. You could use COM to make an alias to do so however...I don't know of a way to do the rightclick/options part though.
Put this in aliases (ALT+D):
altQ { var %a = oWSH $+ $ticks | .comopen %a WScript.Shell | .comclose %a $com(%a, SendKeys, 3, *bstr, % $+ Q) }
and then type /altq to open it...and you can type /altq again to close it.
Hope this is a start point for you

Regards,