mirror of https://github.com/Syncplay/syncplay
Add first letter of Cyrillic alphabet to Syncplay mpv script (#174 raised by Corginyan)
This commit is contained in:
parent
406e9a4af5
commit
0e9126569b
|
@ -61,6 +61,7 @@ local cursor = 1
|
|||
local key_hints_enabled = false
|
||||
|
||||
non_us_chars = {
|
||||
'А','а',
|
||||
'ą','ć','ę','ł','ń','ś','ź','ż','Ą','Ć','Ę','Ł','Ń','Ś','Ź','Ż',
|
||||
'à','è','ì','ò','ù','À','È','Ì','Ò','Ù',
|
||||
'á', 'é', 'í', 'ó', 'ú', 'ý', 'Á', 'É', 'Í', 'Ó', 'Ú', 'Ý',
|
||||
|
|
Loading…
Reference in New Issue