I want to show/enable a div whenever I type a certain key-combination in the right order.
For example: 'open console{enter}' Now, there is no input field, no nothing. I simply open my site, type the text and a div should pop up. Such as a 'secret menu'.
How can I accomplish this without an actual inputfield?
Also, what could be the pros and cons?