omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. goldenretrieume

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 1
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    goldenretrieume

    @goldenretrieume

    0
    Reputation
    734
    Profile views
    3
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    goldenretrieume Unfollow Follow

    Latest posts made by goldenretrieume

    • RE: [SOLVED] Is there anyway to capture the input from keyboard?

      This question has been solved here. Thanks @JonB for giving me very helpful hint ☺️

      posted in Pythonista
      goldenretrieume
      goldenretrieume
    • RE: [SOLVED] Is there anyway to capture the input from keyboard?

      @JonB Thanks a lot for your quick suggestion! I'll read them and try.

      posted in Pythonista
      goldenretrieume
      goldenretrieume
    • [SOLVED] Is there anyway to capture the input from keyboard?

      THIS QUESTION HAS BEEN SOLVED

      I want to capture all input from keyboard (including SHIFH, ALT, COMMAND and ARROW keys) in my app. Is there anyway to achieve this goal?

      My first idea is that putting invisible ui.TextView and move focus onto it, then watch the ui.TextView's buffer. Most input can get with this idea, but I cant capture special keys like SHIFT, CTRL, ALT and ARROW keys.

      posted in Pythonista
      goldenretrieume
      goldenretrieume