只能给点启发大家~~
<input type=text id=\"txt\">
<script>
<!--
function test(){
if(event.ctrlKey&&window.event.keyCode==81){
myalert();
}
}
function myalert(){
alert(\"CTRL+Q\");
}
//-->
</script>