Mottie / Keyboard

Virtual Keyboard using jQuery ~

Home Page:http://mottie.github.io/Keyboard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

space624 opened this issue · comments

commented

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

commented

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

commented

Thank you. I've found it