Widget:Hotkey: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) Created page with "<script type="text/javascript"> $(document).keypress(function(event){ var keycode = (event.keyCode ? event.keyCode : event.which); if(keycode == '13'){ alert('You presse..." |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).keypress(function(event){ | $(document).keypress(function(event){ | ||
Line 9: | Line 10: | ||
}); | }); | ||
</script> | </script> | ||
</includeonly> |