Delete suspected mpv char input duplicates (#370)
This commit is contained in:
parent
3e03747101
commit
d3f2c43861
@ -79,11 +79,11 @@ non_us_chars = {
|
|||||||
'Ш','ш','Щ','щ','Ъ','ъ','Ы','ы','Ь','ь','Э','э','Ю','ю','Я','я',
|
'Ш','ш','Щ','щ','Ъ','ъ','Ы','ы','Ь','ь','Э','э','Ю','ю','Я','я',
|
||||||
'≥','≠','Ğ','Ş','ı','ğ','ş',
|
'≥','≠','Ğ','Ş','ı','ğ','ş',
|
||||||
'ç', 'ñ',
|
'ç', 'ñ',
|
||||||
'´', 'á', 'é', 'í', 'ó', 'ú',
|
'´',
|
||||||
'`', 'à', 'è', 'ì', 'ò', 'ù',
|
'`',
|
||||||
'^', 'â', 'ê', 'î', 'ô', 'û',
|
'^',
|
||||||
'~', 'ã', 'ẽ', 'ĩ', 'õ', 'ũ',
|
'~', 'ẽ', 'ĩ', 'ũ',
|
||||||
'¨', 'ä', 'ë', 'ï', 'ö', 'ü'
|
'¨',
|
||||||
}
|
}
|
||||||
|
|
||||||
function format_scrolling(xpos, ypos, text)
|
function format_scrolling(xpos, ypos, text)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user