in the Fiori Launchpad, while i'm in an application, if i click on my username and next on About, i get this nice pop-up with some information on my application. Now i understand that this is something that i can customize to be visible yes or no, but my question is: How can i access this dialog programmatically. If I click the link I do see Div "aboutContainerDialogID" appearing. That is however completely removed from the DOM once closed. I've searched in many standard SAP js files but was not successfull in tracing down the dialog.
My Goal: I want to bind a shortcut to this dialog. If the user enters the keyboard shortcut, the dialog has to appear. The shortcut i fixed, the dialog not yet. Any help or tips would be appreciated.