Skip to content

Commit

Permalink
Add mpv input chars suggested by jvschiavo (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
Et0h committed Feb 13, 2021
1 parent f57df2c commit 3e03747
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion syncplay/resources/syncplayintf.lua
Expand Up @@ -77,7 +77,13 @@ non_us_chars = {
'И','и','Й','й','К','к','Л','л','М','м','Н','н','О','о','П','п',
'Р','р','С','с','Т','т','У','у','Ф','ф','Х','х','Ц','ц','Ч','ч',
'Ш','ш','Щ','щ','Ъ','ъ','Ы','ы','Ь','ь','Э','э','Ю','ю','Я','я',
'','','Ğ','Ş','ı','ğ','ş'
'','','Ğ','Ş','ı','ğ','ş',
'ç', 'ñ',
'´', 'á', 'é', 'í', 'ó', 'ú',
'`', 'à', 'è', 'ì', 'ò', 'ù',
'^', 'â', 'ê', 'î', 'ô', 'û',
'~', 'ã', '', 'ĩ', 'õ', 'ũ',
'¨', 'ä', 'ë', 'ï', 'ö', 'ü'
}

function format_scrolling(xpos, ypos, text)
Expand Down

0 comments on commit 3e03747

Please sign in to comment.