mirror of
https://github.com/Syncplay/syncplay
synced 2024-12-18 04:54:39 +00:00
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)
|
||||
|
Loading…
Reference in New Issue
Block a user