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.


    Braille application.

    Pythonista
    6
    334
    240934
    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.
    • cvp
      cvp @shinya.ta last edited by cvp

      @shinya.ta could you run this little script and after, paste the clipboard here in the forum
      The content of your root folder will so be visible here, to check if the Braille keyboard script and the dB file are present

      import os
      import clipboard
      l = os.listdir()
      t = ''
      for e in l:
      	t = t+e+'\n'
      clipboard.set(t)
      
      shinya.ta 2 Replies Last reply Reply Quote 0
      • shinya.ta
        shinya.ta @cvp last edited by

        @cvp

        It's in the "FAVORITES" column.

        And when you open "Open New.", you'll find it there.

        Even if the program is activated, there is no response.

        cvp 1 Reply Last reply Reply Quote 0
        • shinya.ta
          shinya.ta @cvp last edited by

          @cvp

          I converted the kanji to the normal one with iPad.

          cvp 2 Replies Last reply Reply Quote 0
          • cvp
            cvp @shinya.ta last edited by

            @shinya.ta said:

            And when you open "Open New.", you'll find it there.

            I don't understand that

            1 Reply Last reply Reply Quote 0
            • cvp
              cvp @shinya.ta last edited by

              @shinya.ta said:

              I converted the kanji to the normal one with iPad.

              I don't understand that

              1 Reply Last reply Reply Quote 0
              • cvp
                cvp @shinya.ta last edited by

                @shinya.ta If your .db file is in Favorites, you could find where it is by following these steps:

                1. tap on its name in the Favorites

                2. the file will open in a tab, tap on the little down arrow

                3. tap on the folder icon

                4. the files browser will open at left, tell what is the first line

                shinya.ta 2 Replies Last reply Reply Quote 0
                • shinya.ta
                  shinya.ta @cvp last edited by

                  @cvp

                  I looked for it.
                  On the first line, it is "This iPhone".
                  That's why it must have been installed in iPhone, but there is an error.
                  However, even with the same program, it functioned normally on iPad.

                  1 Reply Last reply Reply Quote 0
                  • shinya.ta
                    shinya.ta @cvp last edited by

                    @cvp

                    It was successful.
                    The cause might be the reason why you downloaded it many times.
                    After I deleted all the unnecessary files, it became normal.

                    Thank you for your advice.

                    cvp 2 Replies Last reply Reply Quote 0
                    • cvp
                      cvp @shinya.ta last edited by

                      @shinya.ta πŸ‘

                      In one hour, if you want, I'll explain you how to use it as a custom keyboard in any app using a keyboard for text input...
                      Or we wait until the program is exactly like your want.

                      shinya.ta 1 Reply Last reply Reply Quote 0
                      • cvp
                        cvp @shinya.ta last edited by cvp

                        @shinya.ta Add your custom keyboard

                        1. Pythonista settings

                        2. scroll until Pythonista keyboard

                        3. tap + but you can also first remove unused keyboards...to be tested

                        4. tap at right of script to choose your script
                          Eventually choose title, color, icon (you can do later), then add

                        5. Pythonista beta doc says what you have to do (only once) to enable the Pythonista keyboard:
                          "You can enable the keyboard in the Settings app (General > Keyboard > Keyboards > Add New Keyboard). It already includes various script shortcuts from the examples folder that you can try right away. If you want to add your own scripts, use the new β€œShortcuts...” option from the β€˜wrench’ menu."

                        6. then, is the globe key, you can choose Pythonista keyboard(s) as keyboard instead of English, Japanese, Emoji, etc...

                        Now, in any app, you will receive Pythonista keyboard when you choose Japanese Braille

                        and you get

                        shinya.ta 1 Reply Last reply Reply Quote 0
                        • shinya.ta
                          shinya.ta @cvp last edited by

                          @cvp

                          I need six more Braille in Japanese.

                          γŒγ€γŽγ€γγ€γ’γ€γ”
                          γ–γ€γ˜γ€γšγ€γœγ€γž
                          だ、げ、γ₯、で、ど
                          ば、び、ぢ、べ、ぼ

                          ぱ、ぴ、ぷ、ぺ、ぽ

                          The basic six buttons have different symbols and you need to have another word.

                          http://www.yoihari.com/tenji/tdaku.htm

                          cvp 1 Reply Last reply Reply Quote 0
                          • shinya.ta
                            shinya.ta @cvp last edited by

                            @cvp

                            Thank you for explaining the custom keyboard.
                            I'll test it right away.

                            cvp 1 Reply Last reply Reply Quote 0
                            • cvp
                              cvp @shinya.ta last edited by cvp

                              @shinya.ta said:

                              I need six more Braille in Japanese.

                              Sorry, I don't understand.
                              Do you want 2 x 6 dots instead of 6 dots?
                              If yes, where to display them?
                              If yes, how to distinguish characters with 6 dots versus characters with 12 dots?

                              prefix dot nΒ°4 = dakuten, dot nΒ°6 = handakuten
                              I understand better but how to say the first 6-dots is finished?
                              I could for instance accept these both chars with the ok button but needing a second character before to continue...
                              I'll think about it but if you have a good solution of "how to do", please tell me

                              shinya.ta 2 Replies Last reply Reply Quote 0
                              • cvp
                                cvp @shinya.ta last edited by

                                @shinya.ta said:

                                ぺ

                                I think I'll solve it but for the end of the week-end
                                See start point of my work

                                shinya.ta 1 Reply Last reply Reply Quote 0
                                • shinya.ta
                                  shinya.ta @cvp last edited by

                                  @cvp

                                  That way is good. I'd like to accept both of these letters with the OK button and decide the second letter before proceeding.

                                  1 Reply Last reply Reply Quote 0
                                  • shinya.ta
                                    shinya.ta @cvp last edited by

                                    @cvp

                                    And I would like to have a cursor move button that I made before.
                                    I want to just move the left and right cursor movements.

                                    cvp 1 Reply Last reply Reply Quote 0
                                    • cvp
                                      cvp @shinya.ta last edited by

                                      @shinya.ta said:

                                      I want to just move the left and right cursor movements.

                                      Two new buttons between dots 3 and 6?

                                      shinya.ta 1 Reply Last reply Reply Quote 0
                                      • shinya.ta
                                        shinya.ta @cvp last edited by

                                        @cvp

                                        And you need a Japanese speech.

                                        cvp 1 Reply Last reply Reply Quote 0
                                        • shinya.ta
                                          shinya.ta @cvp last edited by

                                          @cvp

                                          Yes, I would like to have a button in between.

                                          cvp 3 Replies Last reply Reply Quote 0
                                          • cvp
                                            cvp @shinya.ta last edited by

                                            @shinya.ta I hope you don't want all of that not too quickly...

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