getNextItem on 7

This commit is contained in:
ckcz123 2018-12-07 13:41:43 +08:00
parent 83b5ef106f
commit 2929a68de8

View File

@ -724,6 +724,9 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a =
}
}
break;
case 55: // 快捷键7绑定为轻按方便手机版操作
core.getNextItem();
break;
case 118: // F7开启debug模式
core.debug();
break;