Skip to content

Commit

Permalink
[UX] Keyboard popup: add V diacritics (koreader#4938)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenzie authored and mwoz123 committed Mar 29, 2020
1 parent 7ce7e05 commit 3d54566
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/ui/data/keyboardlayouts/en_keyboard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ local _T_ = en_popup._T_
local _t_ = en_popup._t_
local _U_ = en_popup._U_
local _u_ = en_popup._u_
local _V_ = en_popup._V_
local _v_ = en_popup._v_
local _W_ = en_popup._W_
local _w_ = en_popup._w_
local _Y_ = en_popup._Y_
Expand Down Expand Up @@ -91,7 +93,7 @@ return {
{ _Z_, _z_, "&", "7", "Я", "я", ":", "7", "Á", "á", "Ű", "ű", },
{ "X", "x", "*", "8", "Ч", "ч", ";", "8", "Ø", "ø", "Ã", "ã", },
{ _C_, _c_, "£", "9", "С", "с", "'", "9", "Í", "í", "Þ", "þ", },
{ "V", "v", "<", "", "М", "м", "Ө", "ө", "Ñ", "ñ", "Ý", "ý", },
{ _V_, _v_, "<", "", "М", "м", "Ө", "ө", "Ñ", "ñ", "Ý", "ý", },
{ _B_, _b_, ">", prd, "И", "и", "Һ", "һ", "Ó", "ó", "", "", },
{ _N_, _n_, "", "", "Т", "т", "Б", "б", "Ú", "ú", "", "", },
{ _M_, _m_, "", "", "Ь", "ь", "Ю", "ю", "Ç", "ç", "", "¨", },
Expand Down

0 comments on commit 3d54566

Please sign in to comment.