$(document).bind("contextmenu", function () { return false; });
$(document).bind("selectstart", function () { return false; });
$(document).keydown(function () { return key(arguments[0]) });
<style>
body
{
-moz-user-select: none;
}
</style>