[UX] Keyboard O popup: add Ø (#4911)

Danish/Norse and IPA close-mid front rounded vowel.

Requested by @gerhaher over in https://github.com/koreader/koreader/pull/4907#issuecomment-482784459
pull/4912/head
Frans de Jonge 5 years ago committed by GitHub
parent ad62cc23e2
commit d27393d723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -186,6 +186,7 @@ return {
west = "Õ",
south = "Ǫ",
southeast = "Œ",
southwest = "Ø",
"Ō",
"ɔ", -- open o, open-mid back rounded vowel IPA
"ɒ", -- turned alpha, open back rounded vowel IPA
@ -199,6 +200,7 @@ return {
west = "õ",
south = "ǫ",
southeast = "œ",
southwest = "ø",
"ō",
"ɔ", -- open o, open-mid back rounded vowel IPA
"ɒ", -- turned alpha, open back rounded vowel IPA

Loading…
Cancel
Save