omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    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.


    Widget + Keyboard

    Pythonista
    3
    8
    295
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      lublak last edited by

      Hi :),

      I was first looking for an alternative because it looked like the app was not supported.
      Good thing I haven't really found anything yet because there is a new version and I'm looking forward to downloading it. (The beta is unfortunately full).

      There are two things that I still have as a question.

      1. widget. Is there in the new version also the possibility to create real widgets that you can place on the homescreen? That would be really cool. Currently only one widget can be used and that only in this side channel.
      2. the keyboard is QWERTY. But I would like to have a German layout (Qwertz with äöüß). How can this be realized?
        I have seen so far only that you can create scripts.
      omz 1 Reply Last reply Reply Quote 0
      • L
        lublak last edited by

        I have now access to the beta.
        Both features are not available.
        Is it possible to send a feature request?

        1 Reply Last reply Reply Quote 0
        • omz
          omz @lublak last edited by

          @lublak said in Widget + Keyboard:

          There are two things that I still have as a question.

          widget. Is there in the new version also the possibility to create real widgets that you can place on the homescreen? That would be really cool. Currently only one widget can be used and that only in this side channel.

          The widget in Pythonista is of the old (iOS 8) type, and cannot be placed on the homescreen. I might make a new widget at some point, but the existing code is fundamentally not compatible with the new(-ish) widgets that were added in iOS 15.

          the keyboard is QWERTY. But I would like to have a German layout (Qwertz with äöüß). How can this be realized?
          I have seen so far only that you can create scripts.

          The keyboard only supports the QWERTY layout. It would be quite a lot of work to implement all the different international layouts, and it isn't meant to replace your main keyboard anyway, so it didn't seem worth the effort.

          L 1 Reply Last reply Reply Quote 0
          • L
            lublak @omz last edited by

            @omz thank you for the answer :)
            Home widget would be nice. Currently I use scriptable.
            Because of the qwerty keyboard. It would be just nice to replace the keyboard with your own gui.
            So you don‘t need to implement querz.
            And every user can add buttons to it how they like.
            Just as an idea!

            cvp 1 Reply Last reply Reply Quote 0
            • cvp
              cvp @lublak last edited by

              @lublak said

              It would be just nice to replace the keyboard with your own gui.

              Not sure that this answers to your request, but you can find here a little script written for @brumm showing you could use two different keyboards in the same gui on two different TextFields. One is English and the other is Cyrillic, but it could easily be changed in German

              https://github.com/cvpe/Pythonista-scripts/blob/master/Gists/Double_keyboard.py

              L 1 Reply Last reply Reply Quote 0
              • L
                lublak @cvp last edited by

                @cvp thanks. Yes this would be awesome. But i have no idea how to add more views to the keyboard. There is currently only:

                • Shortcuts
                • Qwerty Keyboard

                Yes i can change the view in the shortcuts menu.
                But can i add my complete custom view?

                So Qwerty => replace with my custom keyboard with a toggle button so i can show the shortcut.

                And sry i'm completly new to pythonista ^^"

                cvp omz 2 Replies Last reply Reply Quote 0
                • cvp
                  cvp @lublak last edited by

                  @lublak sorry, I don't understand your request. What do you call here "shortcuts "?

                  1 Reply Last reply Reply Quote 0
                  • omz
                    omz @lublak last edited by

                    @lublak You can show a custom user interface in the qwerty area, try the "Emoji Paint" script, for example. This isn't really meant to implement keyboard layouts though, and implementing all the different touch gestures would be quite difficult.

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post
                    Powered by NodeBB Forums | Contributors