For a project i need to trigger a key down event (in this case ESC key) when another event occurs (for example a "y" key press).
A similar behavior can be found in JQuery with the .trigger()
handler http://api.jquery.com/trigger/
Is this possible in Kivy?
Thanks for your help and sorry for my bad english.