Zhuyin keyboard in English-Mandarin board #251
Replies: 5 comments 15 replies
-
In the filters for that Grid you have #role equals $role but there is not role column on that sheet. When I deleted that filter it appears to work. |
Beta Was this translation helpful? Give feedback.
-
I need help with two problems on my English-Mandarin board:
Here is the file. |
Beta Was this translation helpful? Give feedback.
-
1. This happens because I use \w to match words but that only works on the
latin alphabet. Maybe I should match on non space?
2. There is no builtin composition mechanism in OS-DPI. You might be able
to approximate it using another grid like we did in the word prediction
examples.
…On Thu, Jun 27, 2024 at 3:38 PM Sophie Su ***@***.***> wrote:
I need help with two problems on my English-Mandarin board:
1.
The "Delete" button works on the English board but not on the Mandarin
board. It doesn't remove phonemes typed with the Mandarin keyboard or words
from the Mandarin homepage.
image.png (view on web)
<https://github.com/UNC-Project-Open-AAC/OS-DPI/assets/123387291/7de3f682-2cde-46f6-9f55-b6b12e04f16a>
2.
On the Mandarin keyboard "鍵盤", I can combine phonemes to make sounds
(like ㄙ+ㄨ), but it doesn't show me a list of characters to choose from
(like 蘇, which is my last name). I've included a video showing how I type
Zhuying phonemes and expect a list of characters to appear, so I can pick
the one I want. It seemed like the keyboard prediction "預測" for English and
Mandarin work differently.
https://github.com/UNC-Project-Open-AAC/OS-DPI/assets/123387291/8d9d16ad-c824-4912-9606-2c8825087d9d
Here is the file.
Uploading English_Mandarin_grid_0627.zip…
English_Mandarin_grid_0627.zip
<https://github.com/user-attachments/files/16020317/English_Mandarin_grid_0627.zip>
—
Reply to this email directly, view it on GitHub
<#251 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABQK7AWR2F5AWBCELWLW73ZJRS2ZAVCNFSM6AAAAABI3ISGGKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQOJXHE4DS>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Thank you for taking the time to look into this, Gary. I wonder where the $prefix is in the spreadsheet/OS-DPI and how I can make the word be there. "I'm on the keyboard looking at the 8th slot on page 2 of the autocomplete grid. It looks like: 什麼" 預測predict= Mandarin predict New file: |
Beta Was this translation helpful? Give feedback.
-
Clear the prefix when you select the word
…On Mon, Jul 1, 2024, 15:09 Sophie Su ***@***.***> wrote:
It works when I typed "ㄙㄨ"!
image.png (view on web)
<https://github.com/UNC-Project-Open-AAC/OS-DPI/assets/123387291/1b0ce73b-3666-4ed9-a6df-5996e06ba4f5>
But when I selected the character, the phonetics did not disapeared.
image.png (view on web)
<https://github.com/UNC-Project-Open-AAC/OS-DPI/assets/123387291/32c85afc-12c9-4ca7-a2e7-afc111843bd7>
When I typed "ㄇㄚˇ" it won't work
image.png (view on web)
<https://github.com/UNC-Project-Open-AAC/OS-DPI/assets/123387291/c34f8761-d952-4a38-b019-a0b0e0b78c8d>
—
Reply to this email directly, view it on GitHub
<#251 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABQK7EIN4LBRGWTMTK64O3ZKGSNJAVCNFSM6AAAAABI3ISGGKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TSMRZGE3DA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I want to create a keyboard that enables typing in Chinese Zhuyin (Bopomofo) within the bilingual English-Mandarin board. However, I am having trouble displaying the Zhuyin characters on the screen. I would like to navigate from the Mandarin page to the Zhuyin keyboard page (Name: 鍵盤) using tabs. Need help!
It should look like this:
Now look like this:
File:
English_Mandarin_grid_0605.zip
Beta Was this translation helpful? Give feedback.
All reactions