修改自定义序列随机包的按钮
修改一个定制字符名 整理代码
This commit is contained in:
@@ -195,43 +195,43 @@ scene.widgetList={
|
||||
disp=CUSval('sequence'),code=CUSsto('sequence')
|
||||
},
|
||||
|
||||
WIDGET.newKey{name="Z", x=120,y=460,w=80,font=90,code=pressKey(1),fText=CHAR.mino.Z},
|
||||
WIDGET.newKey{name="S", x=200,y=460,w=80,font=90,code=pressKey(2),fText=CHAR.mino.S},
|
||||
WIDGET.newKey{name="J", x=280,y=460,w=80,font=90,code=pressKey(3),fText=CHAR.mino.J},
|
||||
WIDGET.newKey{name="L", x=360,y=460,w=80,font=90,code=pressKey(4),fText=CHAR.mino.L},
|
||||
WIDGET.newKey{name="T", x=440,y=460,w=80,font=90,code=pressKey(5),fText=CHAR.mino.T},
|
||||
WIDGET.newKey{name="O", x=520,y=460,w=80,font=90,code=pressKey(6),fText=CHAR.mino.O},
|
||||
WIDGET.newKey{name="I", x=600,y=460,w=80,font=90,code=pressKey(7),fText=CHAR.mino.I},
|
||||
WIDGET.newKey{name="left", x=680,y=460,w=80,color='lG',font=55,code=pressKey"left",fText=CHAR.key.left},
|
||||
WIDGET.newKey{name="right", x=760,y=460,w=80,color='lG',font=55,code=pressKey"right",fText=CHAR.key.right},
|
||||
WIDGET.newKey{name="ten", x=840,y=460,w=80,color='lG',font=55,code=pressKey"ten",fText=CHAR.key.macTab},
|
||||
WIDGET.newKey{name="backsp",x=920,y=460,w=80,color='lY',font=55,code=pressKey"backspace",fText=CHAR.key.backspace_or_delete},
|
||||
WIDGET.newKey{name="reset", x=1000,y=460,w=80,color='lY',font=50,code=pressKey"delete",fText=CHAR.icon.trash},
|
||||
WIDGET.newKey{name="Z", x=120,y=460,w=80,font=90,fText=CHAR.mino.Z,code=pressKey(1)},
|
||||
WIDGET.newKey{name="S", x=200,y=460,w=80,font=90,fText=CHAR.mino.S,code=pressKey(2)},
|
||||
WIDGET.newKey{name="J", x=280,y=460,w=80,font=90,fText=CHAR.mino.J,code=pressKey(3)},
|
||||
WIDGET.newKey{name="L", x=360,y=460,w=80,font=90,fText=CHAR.mino.L,code=pressKey(4)},
|
||||
WIDGET.newKey{name="T", x=440,y=460,w=80,font=90,fText=CHAR.mino.T,code=pressKey(5)},
|
||||
WIDGET.newKey{name="O", x=520,y=460,w=80,font=90,fText=CHAR.mino.O,code=pressKey(6)},
|
||||
WIDGET.newKey{name="I", x=600,y=460,w=80,font=90,fText=CHAR.mino.I,code=pressKey(7)},
|
||||
WIDGET.newKey{name="left", x=680,y=460,w=80,color='lG',font=55,fText=CHAR.key.left, code=pressKey"left"},
|
||||
WIDGET.newKey{name="right", x=760,y=460,w=80,color='lG',font=55,fText=CHAR.key.right, code=pressKey"right"},
|
||||
WIDGET.newKey{name="ten", x=840,y=460,w=80,color='lG',font=55,fText=CHAR.key.macTab, code=pressKey"ten"},
|
||||
WIDGET.newKey{name="backsp",x=920,y=460,w=80,color='lY',font=55,fText=CHAR.key.backspace,code=pressKey"backspace"},
|
||||
WIDGET.newKey{name="reset", x=1000,y=460,w=80,color='lY',font=50,fText=CHAR.icon.trash, code=pressKey"delete"},
|
||||
|
||||
WIDGET.newKey{name="Z5", x=120,y=550,w=80,color='lH',font=65,code=pressKey(8),fText=CHAR.mino.Z5},
|
||||
WIDGET.newKey{name="S5", x=200,y=550,w=80,color='lH',font=65,code=pressKey(9),fText=CHAR.mino.S5},
|
||||
WIDGET.newKey{name="P", x=280,y=550,w=80,color='lH',font=65,code=pressKey(10),fText=CHAR.mino.P},
|
||||
WIDGET.newKey{name="Q", x=360,y=550,w=80,color='lH',font=65,code=pressKey(11),fText=CHAR.mino.Q},
|
||||
WIDGET.newKey{name="F", x=440,y=550,w=80,color='lH',font=65,code=pressKey(12),fText=CHAR.mino.F},
|
||||
WIDGET.newKey{name="E", x=520,y=550,w=80,color='lH',font=65,code=pressKey(13),fText=CHAR.mino.E},
|
||||
WIDGET.newKey{name="T5", x=600,y=550,w=80,color='lH',font=65,code=pressKey(14),fText=CHAR.mino.T5},
|
||||
WIDGET.newKey{name="U", x=680,y=550,w=80,color='lH',font=65,code=pressKey(15),fText=CHAR.mino.U},
|
||||
WIDGET.newKey{name="V", x=760,y=550,w=80,color='lH',font=65,code=pressKey(16),fText=CHAR.mino.V},
|
||||
WIDGET.newKey{name="I3", x=840,y=550,w=80,color='H',font=90,code=pressKey(26),fText=CHAR.mino.I3},
|
||||
WIDGET.newKey{name="C", x=920,y=550,w=80,color='H',font=90,code=pressKey(27),fText=CHAR.mino.C},
|
||||
WIDGET.newKey{name="rnd", x=1000,y=550,w=80,color='R',font=70,code=pressKey"=",fText=CHAR.icon.mrz},
|
||||
WIDGET.newKey{name="Z5", x=120,y=550,w=80,color='lH',font=65,fText=CHAR.mino.Z5, code=pressKey(8)},
|
||||
WIDGET.newKey{name="S5", x=200,y=550,w=80,color='lH',font=65,fText=CHAR.mino.S5, code=pressKey(9)},
|
||||
WIDGET.newKey{name="P", x=280,y=550,w=80,color='lH',font=65,fText=CHAR.mino.P, code=pressKey(10)},
|
||||
WIDGET.newKey{name="Q", x=360,y=550,w=80,color='lH',font=65,fText=CHAR.mino.Q, code=pressKey(11)},
|
||||
WIDGET.newKey{name="F", x=440,y=550,w=80,color='lH',font=65,fText=CHAR.mino.F, code=pressKey(12)},
|
||||
WIDGET.newKey{name="E", x=520,y=550,w=80,color='lH',font=65,fText=CHAR.mino.E, code=pressKey(13)},
|
||||
WIDGET.newKey{name="T5", x=600,y=550,w=80,color='lH',font=65,fText=CHAR.mino.T5, code=pressKey(14)},
|
||||
WIDGET.newKey{name="U", x=680,y=550,w=80,color='lH',font=65,fText=CHAR.mino.U, code=pressKey(15)},
|
||||
WIDGET.newKey{name="V", x=760,y=550,w=80,color='lH',font=65,fText=CHAR.mino.V, code=pressKey(16)},
|
||||
WIDGET.newKey{name="I3", x=840,y=550,w=80,color='H',font=90,fText=CHAR.mino.I3, code=pressKey(26)},
|
||||
WIDGET.newKey{name="C", x=920,y=550,w=80,color='H',font=90,fText=CHAR.mino.C, code=pressKey(27)},
|
||||
WIDGET.newKey{name="rnd", x=1000,y=550,w=80,color='R',font=70,fText=CHAR.icon.onebag, code=pressKey"="},
|
||||
|
||||
WIDGET.newKey{name="W", x=120,y=640,w=80,color='lH',font=65,code=pressKey(17),fText=CHAR.mino.W},
|
||||
WIDGET.newKey{name="X", x=200,y=640,w=80,color='lH',font=65,code=pressKey(18),fText=CHAR.mino.X},
|
||||
WIDGET.newKey{name="J5", x=280,y=640,w=80,color='lH',font=65,code=pressKey(19),fText=CHAR.mino.J5},
|
||||
WIDGET.newKey{name="L5", x=360,y=640,w=80,color='lH',font=65,code=pressKey(20),fText=CHAR.mino.L5},
|
||||
WIDGET.newKey{name="R", x=440,y=640,w=80,color='lH',font=65,code=pressKey(21),fText=CHAR.mino.R},
|
||||
WIDGET.newKey{name="Y", x=520,y=640,w=80,color='lH',font=65,code=pressKey(22),fText=CHAR.mino.Y},
|
||||
WIDGET.newKey{name="N", x=600,y=640,w=80,color='lH',font=65,code=pressKey(23),fText=CHAR.mino.N},
|
||||
WIDGET.newKey{name="H", x=680,y=640,w=80,color='lH',font=65,code=pressKey(24),fText=CHAR.mino.H},
|
||||
WIDGET.newKey{name="I5", x=760,y=640,w=80,color='lH',font=65,code=pressKey(25),fText=CHAR.mino.I5},
|
||||
WIDGET.newKey{name="I2", x=840,y=640,w=80,color='dH',font=100,code=pressKey(28),fText=CHAR.mino.I2},
|
||||
WIDGET.newKey{name="O1", x=920,y=640,w=80,color='dH',font=100,code=pressKey(29),fText=CHAR.mino.O1},
|
||||
WIDGET.newKey{name="W", x=120,y=640,w=80,color='lH',font=65,fText=CHAR.mino.W, code=pressKey(17)},
|
||||
WIDGET.newKey{name="X", x=200,y=640,w=80,color='lH',font=65,fText=CHAR.mino.X, code=pressKey(18)},
|
||||
WIDGET.newKey{name="J5", x=280,y=640,w=80,color='lH',font=65,fText=CHAR.mino.J5, code=pressKey(19)},
|
||||
WIDGET.newKey{name="L5", x=360,y=640,w=80,color='lH',font=65,fText=CHAR.mino.L5, code=pressKey(20)},
|
||||
WIDGET.newKey{name="R", x=440,y=640,w=80,color='lH',font=65,fText=CHAR.mino.R, code=pressKey(21)},
|
||||
WIDGET.newKey{name="Y", x=520,y=640,w=80,color='lH',font=65,fText=CHAR.mino.Y, code=pressKey(22)},
|
||||
WIDGET.newKey{name="N", x=600,y=640,w=80,color='lH',font=65,fText=CHAR.mino.N, code=pressKey(23)},
|
||||
WIDGET.newKey{name="H", x=680,y=640,w=80,color='lH',font=65,fText=CHAR.mino.H, code=pressKey(24)},
|
||||
WIDGET.newKey{name="I5", x=760,y=640,w=80,color='lH',font=65,fText=CHAR.mino.I5, code=pressKey(25)},
|
||||
WIDGET.newKey{name="I2", x=840,y=640,w=80,color='dH',font=100,fText=CHAR.mino.I2, code=pressKey(28)},
|
||||
WIDGET.newKey{name="O1", x=920,y=640,w=80,color='dH',font=100,fText=CHAR.mino.O1, code=pressKey(29)},
|
||||
|
||||
|
||||
WIDGET.newButton{name="copy", x=1140,y=460,w=170,h=80,color='lR',font=50,fText=CHAR.icon.export,code=pressKey"cC",hideF=function()return #BAG==0 end},
|
||||
|
||||
Reference in New Issue
Block a user