Enter键的keyCode为13
Alt + Enter 的keyCode为10
$(document).on( 'keypress', function ( e ) { console.log( e.keyCode ); } );