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