keycode 13 is for which key

前端 未结 8 1641
栀梦
栀梦 2021-01-30 12:11

Which is the key on the keyboard having the keycode as 13?

switch(key) {
  case 37: 
    $.keynav.goLeft();
    break;
  case 38: 
    $.keynav.goUp         


        
8条回答
提交回复
热议问题