Kivy KeyboardListener How to ignore Modifiers, and keep only text

后端 未结 0 1348
灰色年华
灰色年华 2021-02-14 07:58

I have this code below to record TextInput on my Kivy/Python App

def _on_keyboard_down(self, modifiers,keycode, keyboard, text,*args):
    if keycode == 13:
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题