Hi,
I am new to Kivy, been playing with for a few weeks.
I have run a sample code from the documentation and since then any kivy program i run returns a borderless fullscreen and this is despite the fact that the windows or any config has not been set from the sample code. Also, the config.ini file has not been reset. The sample code is under the kivy.core.window.Keyboard class.
My question is how do I now return to the normal window size and state (with borders and default kivy size).
Please help.
Thank you.