document.onkeydown=kdown;
function kdown(){
  if(window.event.ctrlKey)return false;
}