mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[feat] VirtualKeyboard cursor navigation (#3290)
Still lacks Japanese due to insufficient knowledge of the language.
This commit is contained in:
@@ -40,8 +40,8 @@ return {
|
||||
{ "C", "c", "£", "9", "С", "с", "'", "9", "Í", "í", "Þ", "þ", },
|
||||
{ "V", "v", "<", "‚", "М", "м", "Ө", "ө", "Ñ", "ñ", "Ý", "ý", },
|
||||
{ "B", "b", ">", ".", "И", "и", "Һ", "һ", "Ó", "ó", "†", "‡", },
|
||||
{ "N", "n", "‘", "“", "Т", "т", "Б", "б", "Ú", "ú", "–", "—", },
|
||||
{ "M", "m", "’", "”", "Ь", "ь", "Ю", "ю", "Ç", "ç", "…", "¨", },
|
||||
{ "N", "n", "‘", "↑", "Т", "т", "Б", "б", "Ú", "ú", "–", "—", },
|
||||
{ "M", "m", "’", "↓", "Ь", "ь", "Ю", "ю", "Ç", "ç", "…", "¨", },
|
||||
{ label = "Backspace",
|
||||
icon = "resources/icons/appbar.clear.reflect.horizontal.png",
|
||||
width = 1.5
|
||||
@@ -57,8 +57,9 @@ return {
|
||||
{ "Äéß", "Äéß", "Äéß", "Äéß", "Äéß", "Äéß", "Äéß", "Äéß", "Äéß", "Äéß", "Äéß", "Äéß", },
|
||||
{ label = "space",
|
||||
" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ",
|
||||
width = 4.0},
|
||||
{ ",", ".", ".", ",", ",", ".", "Ё", "ё", ",", ".", ",", ".", },
|
||||
width = 3.0},
|
||||
{ ",", ",", "“", "←", ",", ",", "Ё", "Ё", ",", ",", ",", ",", },
|
||||
{ ".", ".", "”", "→", ".", ".", "ё", "ё", ".", ".", ".", ".", },
|
||||
{ label = "Enter",
|
||||
"\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n",
|
||||
icon = "resources/icons/appbar.arrow.enter.png",
|
||||
|
||||
Reference in New Issue
Block a user