mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[UX] Keyboard popup: add = (#4950)
As suggested by @Biep in https://github.com/koreader/koreader/pull/4889#issuecomment-485158316
This commit is contained in:
@@ -2,6 +2,7 @@ local en_popup = require("ui/data/keyboardlayouts/keypopup/en_popup")
|
||||
local com = en_popup.com -- comma (,)
|
||||
local prd = en_popup.prd -- period (.)
|
||||
local _at = en_popup._at
|
||||
local _eq = en_popup._eq -- equals sign (=)
|
||||
local _A_ = en_popup._A_
|
||||
local _a_ = en_popup._a_
|
||||
local _B_ = en_popup._B_
|
||||
@@ -65,7 +66,7 @@ return {
|
||||
{ _W_, _w_, "!", "1", "Ц", "ц", "(", "1", "Ä", "ä", "2", "º", },
|
||||
{ _E_, _e_, _at, "2", "У", "у", ")", "2", "Ö", "ö", "3", "¡", },
|
||||
{ _R_, _r_, "#", "3", "К", "к", "~", "3", "ß", "ß", "4", "¿", },
|
||||
{ _T_, _t_, "+", "=", "Е", "е", "Ә", "ә", "À", "à", "5", "¼", },
|
||||
{ _T_, _t_, "+", _eq, "Е", "е", "Ә", "ә", "À", "à", "5", "¼", },
|
||||
{ _Y_, _y_, "€", "(", "Н", "н", "І", "і", "Â", "â", "6", "½", },
|
||||
{ _U_, _u_, "‰", ")", "Г", "г", "Ң", "ң", "Æ", "æ", "7", "¾", },
|
||||
{ _I_, _i_, "|", "\\", "Ш", "ш", "Ғ", "ғ", "Ü", "ü", "8", "©", },
|
||||
@@ -77,7 +78,7 @@ return {
|
||||
{ _A_, _a_, "…", _at, "Ф", "ф", "*", "0", "Ê", "ê", "Ş", "ş", },
|
||||
{ _S_, _s_, "$", "4", "Ы", "ы", "+", "4", "Ë", "ë", "İ", "ı", },
|
||||
{ _D_, _d_, "%", "5", "В", "в", "-", "5", "Î", "î", "Ğ", "ğ", },
|
||||
{ _F_, _f_, "^", "6", "А", "а", "=", "6", "Ï", "ï", "Ć", "ć", },
|
||||
{ _F_, _f_, "^", "6", "А", "а", _eq, "6", "Ï", "ï", "Ć", "ć", },
|
||||
{ _G_, _g_, ":", ";", "П", "п", "Ү", "ү", "Ô", "ô", "Č", "č", },
|
||||
{ _H_, _h_, '"', "'", "Р", "р", "Ұ", "ұ", "Œ", "œ", "Đ", "đ", },
|
||||
{ _J_, _j_, "{", "[", "О", "о", "Қ", "қ", "Ù", "ù", "Š", "š", },
|
||||
|
||||
@@ -27,6 +27,17 @@ return {
|
||||
northeast = "™",
|
||||
northwest = "Ⓡ",
|
||||
},
|
||||
_eq = {
|
||||
"=",
|
||||
north = "≠",
|
||||
northeast = "»",
|
||||
northwest = "«",
|
||||
east = ">",
|
||||
west = "<",
|
||||
south = "≈",
|
||||
southeast = "≥",
|
||||
southwest = "≤",
|
||||
},
|
||||
_A_ = {
|
||||
"A",
|
||||
north = "Ä",
|
||||
|
||||
Reference in New Issue
Block a user