Fix missing glyphs Ï and Ö in keyboard popup (#6254)

Fixes #6221.
reviewable/pr6257/r1
smartscripts-nl 4 years ago committed by GitHub
parent 04a5e2acfa
commit 23ab5750c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -172,7 +172,7 @@ return {
},
_I_ = {
"I",
north = "Í",
north = "Ï",
northeast = "Í",
northwest = "Ì",
east = "Î",
@ -282,7 +282,7 @@ return {
},
_O_ = {
"O",
north = "Ó",
north = "Ö",
northeast = "Ó",
northwest = "Ò",
east = "Ô",

Loading…
Cancel
Save