added polish characters, added missing bind(?)

added polish characters to alpharowbindings
added missing(intentionally?) add_repl_bindings for alpharowbindings
This commit is contained in:
sztelke 2018-01-15 06:00:10 +01:00 committed by GitHub
parent d73204870f
commit c23ed50a03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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