Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UX] Keyboard popup: add V diacritics #4938

Merged
merged 1 commit into from
Apr 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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