Merge c23ed50a03715701c375b5114b171716d84d5ae2 into d73204870ffc4eb2e52dd250e86e10a7e5cf739c

This commit is contained in:
sztelke 2018-01-15 05:01:40 +00:00 committed by GitHub
commit 63ff540034

View File

@ -912,6 +912,7 @@ add_alpharowbinding('~','~')
add_alpharowbinding('\'','\'')
add_alpharowbinding('@','@')
add_specialalphabindings({'ą','ć','ę','ł','ń','ś','ź','ż','Ą','Ć','Ę','Ł','Ń','Ś','Ź','Ż'})
add_specialalphabindings({'à','è','ì','ò','ù','À','È','Ì','Ò','Ù'})
add_specialalphabindings({'á', 'é', 'í', 'ó', 'ú', 'ý', 'Á', 'É', 'Í', 'Ó', 'Ú', 'Ý'})
add_specialalphabindings({'â', 'ê', 'î', 'ô', 'û', 'Â', 'Ê', 'Î', 'Ô', 'Û'})
@ -929,6 +930,7 @@ add_specialalphabindings({'Ш','ш','Щ','щ','Ъ','ъ','Ы','ы','Ь','ь','Э'
add_specialalphabindings({'',''})
add_repl_bindings(bindings)
add_repl_bindings(alpharowbindings)
-- Add a script-message to show the REPL and fill it with the provided text
mp.register_script_message('type', function(text)
@ -976,4 +978,4 @@ function set_syncplayintf_options(input)
end
chat_format = get_output_style()
readyMpvAfterSettingsKnown()
end
end