Mottie / Keyboard

Virtual Keyboard using jQuery ~
http://mottie.github.io/Keyboard/
Other
1.77k stars 722 forks source link

Excuse me, I want to change the square root,×, backspace on the interface to a text type, how do I do it #822

Closed space624 closed 1 year ago

space624 commented 1 year ago

image Excuse me,√,×,backspace,Change to text,What needs to change

space624 commented 1 year ago

In $keyboard. language = { en: { display: { }}I tried to change 'b': '\u232b:Backspace' to 'b': '\u8fd4\u56de:Backspace' and it didn't work either

space624 commented 1 year ago

Thank you. I've found it