mirror of https://github.com/kivy/kivy.git
Update main.py
This commit is contained in:
parent
92fa748eaf
commit
64503faf63
|
@ -3,7 +3,7 @@ Custom Keyboards
|
|||
================
|
||||
|
||||
This demo shows how to create and display custom keyboards on screen. Note that
|
||||
the new "layout" property of the TextInput means that this is rarely needed.
|
||||
the new "input_type" property of the TextInput means that this is rarely needed.
|
||||
We provide this demo for the sake of completeness.
|
||||
"""
|
||||
# Author: Zen-CODE
|
||||
|
|
Loading…
Reference in New Issue