From 7899c3a49f37bcb5e7891efb90dc2fce36394a1c Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 9 Oct 2021 01:11:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E5=BA=8F=E5=88=97?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E7=A7=BB=E9=99=A4=E5=8D=95=E5=BC=95=E5=8F=B7?= =?UTF-8?q?=E8=BE=93=E5=85=A5c=E7=9A=84=E9=94=AE=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/custom_sequence.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/custom_sequence.lua b/parts/scenes/custom_sequence.lua index 0c6ce5f7..d0c27f7c 100644 --- a/parts/scenes/custom_sequence.lua +++ b/parts/scenes/custom_sequence.lua @@ -22,7 +22,7 @@ local minoKey={ z=1,s=2,j=3,l=4,t=5,o=6,i=7, p=10,q=11,f=12,e=13,u=15, v=16,w=17,x=18,r=21,y=22,n=23,h=24, - ['/']=26,c=27,[',']=27,['\'']=27,['-']=28,[';']=28,['.']=29, + ['/']=26,c=27,[',']=27,['-']=28,[';']=28,['.']=29, } local minoKey2={ ['1']=8,['2']=9,['3']=19,['4']=20,['5']=14,['7']=25,