Merge 4ff6f71f42661fe6ee3e3d989255e973ea78ea38 into d73204870ffc4eb2e52dd250e86e10a7e5cf739c
This commit is contained in:
commit
37f8a5f712
@ -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_alpharow_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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user