You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/device/kindle/keyboard_layout.lua

15 lines
324 B
Lua

return {
[1] = {
"Q", "W", "E", "R", "T", "Y", "U", "I", "Q", "P",
},
[2] = {
"A", "S", "D", "F", "G", "H", "J", "K", "L", "Del",
},
[3] = {
"Z", "X", "C", "V", "B", "N", "M", ".", "Sym", "Enter",
},
[4] = {
"Shift", "Alt", "space", "Aa", "Home", "Back",
},
}