📜  如何在 kivymd 中检测键盘输入 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:34.508000             🧑  作者: Mango

代码示例1
Can use on_text_validate attribute of MDTextField.
It's fired when the user hits ‘enter’.
MDTextField should be in multiline=False mode.