From 8ec42d1e6060833b61645f60acdb6fe0b5fd981a Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Fri, 19 Apr 2019 14:17:18 +0200 Subject: [PATCH] [fix] Actually commit V popup data (#4940) Overlooked in https://github.com/koreader/koreader/pull/4938 --- .../ui/data/keyboardlayouts/keypopup/en_popup.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/frontend/ui/data/keyboardlayouts/keypopup/en_popup.lua b/frontend/ui/data/keyboardlayouts/keypopup/en_popup.lua index e5513a421..697057b08 100644 --- a/frontend/ui/data/keyboardlayouts/keypopup/en_popup.lua +++ b/frontend/ui/data/keyboardlayouts/keypopup/en_popup.lua @@ -422,6 +422,20 @@ return { "ū", "ʌ", -- turned v, open-mid back unrounded vowel IPA }, + _V_ = { + "V", + north = "ʌ", -- open-mid back unrounded vowel IPA + northwest = "Ʋ", -- v with hook + east = "Ꜹ", + west = "Ṽ", + }, + _v_ = { + "v", + north = "ʌ", -- open-mid back unrounded vowel IPA + northwest = "ʋ", -- v with hook, labiodental approximant IPA + east = "ꜹ", + west = "ṽ", + }, _W_ = { "W", north = "]",