Skip to content

Commit

Permalink
Delete suspected mpv char input duplicates (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
Et0h committed Feb 13, 2021
1 parent 3e03747 commit d3f2c43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions syncplay/resources/syncplayintf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ non_us_chars = {
'Ш','ш','Щ','щ','Ъ','ъ','Ы','ы','Ь','ь','Э','э','Ю','ю','Я','я',
'','','Ğ','Ş','ı','ğ','ş',
'ç', 'ñ',
'´', 'á', 'é', 'í', 'ó', 'ú',
'`', 'à', 'è', 'ì', 'ò', 'ù',
'^', 'â', 'ê', 'î', 'ô', 'û',
'~', 'ã', '', 'ĩ', 'õ', 'ũ',
'¨', 'ä', 'ë', 'ï', 'ö', 'ü'
'´',
'`',
'^',
'~', '', 'ĩ', 'ũ',
'¨',
}

function format_scrolling(xpos, ypos, text)
Expand Down

0 comments on commit d3f2c43

Please sign in to comment.