Skip to content

Commit

Permalink
[fix] Actually commit V popup data (#4940)
Browse files Browse the repository at this point in the history
Overlooked in #4938
  • Loading branch information
Frenzie committed Apr 19, 2019
1 parent 9134594 commit 8ec42d1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions frontend/ui/data/keyboardlayouts/keypopup/en_popup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "]",
Expand Down

0 comments on commit 8ec42d1

Please sign in to comment.