I want to trigger the web console after a click on button with pure JavaScript. I think I can trigger with Ctrl + Shift + K combination but I don't know how to simulate it. I found some solutions but they're only for single keys.
Related for single keys: Trigger a keypress/keydown/keyup event in JS/jQuery?
How can I do this?