设置快捷键 ctrl+N

来源:互联网 发布:37周胎儿b超数据 编辑:程序博客网 时间:2024/05/22 11:58
<script type="text/javascript" src="<%=path %>/js/Keymap.js"></script> 
 
var docKeymap = new Keymap();
docKeymap.bind("ctrl_n", function(){newAppDialog();});docKeymap.bind("ctrl_z", function(){reverse();});docKeymap.install(document.documentElement);