Added missing zero to numeric keyboard layout
This commit is contained in:
parent
5408ec5a7d
commit
85e49795bc
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@
|
||||||
"1 2 3",
|
"1 2 3",
|
||||||
"4 5 6",
|
"4 5 6",
|
||||||
"7 8 9",
|
"7 8 9",
|
||||||
"{bksp} . ,"
|
"0 . ,",
|
||||||
|
"{bksp}"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
// Check if on smartphone
|
// Check if on smartphone
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue