From d444144928fb8f77fb63282a41df2efcaaddf8e1 Mon Sep 17 00:00:00 2001 From: shijian <2954700422@qq.com> Date: Tue, 26 Sep 2023 16:54:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=85=A8=E9=80=89=E7=9A=84?= =?UTF-8?q?=E6=8C=89=E9=92=AE(=E5=BF=AB=E6=8D=B7=E9=94=AE=E4=BE=9D?= =?UTF-8?q?=E6=97=A7=E6=9C=89=E6=95=88)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game/game.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/game.js b/game/game.js index 13f127737..a8c5453ea 100644 --- a/game/game.js +++ b/game/game.js @@ -7421,7 +7421,7 @@ extraKeys:{ "Ctrl-Z":"undo",//撤销 "Ctrl-Y":"redo",//恢复撤销 - "Ctrl-A":"selectAll",//全选 + //"Ctrl-A":"selectAll",//全选 }, }); lib.setScroll(editor.querySelector('.CodeMirror-scroll')); @@ -40767,7 +40767,7 @@ } var self=this; var pos=this.getBoundingClientRect(); - var list=['撤销\t\tCtrl+Z', '恢复撤销\tCtrl+Y', '全选\t\tCtrl+A']; + var list=['撤销\t\tCtrl+Z', '恢复撤销\tCtrl+Y'/* , '全选\t\tCtrl+A' */]; var click=function(e){ var num=this.innerHTML.indexOf("Ctrl"); var inner=this.innerHTML.slice(num).replace("+", "-");