Created
February 19, 2019 03:37
-
-
Save 4ft35t/7102f347483f82e962325e43ace5bfc8 to your computer and use it in GitHub Desktop.
disable the right key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script for=document event="oncontextmenu()" language="javascript"> | |
/*disable the right key*/ | |
//return false; | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment