What I'm looking for is not exactly like the other Konami code questions where the user types a certain code (like the konami one) and the page does something like an alert or loads a different page. I have a main page (index.html) which contains a few paragraphs. I want one paragraph to be hidden by default and when the user types the konami code (or a certain sequence of keys) I want that paragraph to appear.
<p id="hidden">TEXT TO BE HIDDEN BY DEFAULT</p