trigger windows key + period with jquery or js [duplicate]

Since Windows 10 there is an integrated emoji collection that can be accessed with a combination (Windows logo key + . (period))

What I am trying to figure out is if there is a way to trigger that combination on an element click with either jQuery or pure JS.

I have tried searching to see if someone already has a solution for that, but can’t seem to find anything apart from that thread Is it possible to simulate key press events programmatically? but not sure how to do it.

So, for example, let say that with have this element <span id="emoji">Open Emoji</span>, how do we trigger (Windows logo key + . (period)) on click?