-
-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SLP1 - Sanskrit keyboard #3265
base: master
Are you sure you want to change the base?
SLP1 - Sanskrit keyboard #3265
Conversation
The Sanskrit Library Phonetic ASCII package includes two keyboards: one to enter Devanagari Unicode, the other to enter Roman Unicode with diacritics. These include all accents required for The R̥gveda. Both keymaps follow the Sanskrit Library ASCII encoding described in brief at https://sanskritlibrary.org/help-text.html, and in full in Linguistic Issues in Encoding Sanskrit, Appendix B available in a PDF linked to at the bottom of that webpage. The Romanization followed in the slp1_roman keyboard is ISO 15919 except e and o are represented as in IAST without the macron. Capital characters are obtained by wrapping the character sequence in curly brackets.
Thank you for your pull request. You'll see a "build failed" message until the Keyman team has reviewed the pull request and manually initiated the build process. Every change committed to this branch will become part of this pull request. When you have finished submitting files and are ready for the Keyman team to review this pull request, please post a "Ready for review" comment. PLEASE NOTE: team capacity for review is limited in December 2024 and will resume in January 2025. We appreciate your patience. |
This is my first time here, could u pls help in identifying what potential issues could be limiting me, and how I could fix this. |
This one will need some more work.
|
Thanks for the suggestions. The package we developed was intended to install both the Deva (Devanagari) and Roman keyboards together, i.e., in a single package. Is that possible, or is it necessary to make a separate package for each keyboard? The other pull request I made is a stripped-down version of this pull request, without the Devanagari keyboard. |
You will need to have a separate keyboard package for each keyboard. Then, if necessary, we could do a keyboard bundle that includes both keyboards, but that is something we are not encouraging anymore. |
Is it possible for you to update Keyman Developer to version 17.0? We now require the .kps file to include a description field and version 16.0 doesn't give you the dialog for adding that? That's on the Details tab. We also need One other thing, can you open the .kmn and go to the On-Screen keyboard tab and Fill from Layoutkeyboard. Then commit the new .kvks file to this PR. That will give people the layout of the keyboard. |
I have made most of the changes suggested in both the roman and deva PRs. Pls let me know of any other changes required for the completion. Also, I still am not sure of where to place the font and image files in the PR directories. Any help on this would be appreciated. |
The Sanskrit Library Phonetic ASCII package includes two keyboards: one to enter Devanagari Unicode, the other to enter Roman Unicode with diacritics. These include all accents required for The R̥gveda. Both keymaps follow the Sanskrit Library ASCII encoding described in brief at https://sanskritlibrary.org/help-text.html, and in full in Linguistic Issues in Encoding Sanskrit, Appendix B available in a PDF linked to at the bottom of that webpage. The Romanization followed in the slp1_roman keyboard is ISO 15919 except e and o are represented as in IAST without the macron. Capital characters are obtained by wrapping the character sequence in curly brackets.