键盘keycode

 

注册document.onkeydown事件
keyCode是返回keydown何keyup事件发生的时候按键的代码,以及keypress 事件的Unicode字符;
altKey,ctrlKey,shiftKey等是返回一个布尔值;

常用keycode
keycodekeycode
left 37 up 38
right 39 down 40
1 49 2 50
3 51 a 65
shift 16 ctrl 17
alt 18 enter 13

posted @ 2012-02-09 11:06  前端咖  阅读(1772)  评论(0编辑  收藏  举报