--
You received this message because you are subscribed to the Google Groups "Ukelele Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ukelele-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ukelele-users/f1c9d8cd-135b-42ad-98ab-fd08ba798375n%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Ukelele Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ukelele-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ukelele-users/3c569e6f-a9f9-4473-ab2a-5af1193ce272n%40googlegroups.com.
There is a transcription layout available? Could you tell what the name of that is or link that to me? I checked both Kannada - Standard and Kannada - QWERTY, those are the only two available and neither are transcription.
After a lot of digging, I discovered that the Kannada - InScript keyboard layout has an invalid character as the terminator for one of the states, U+FFFF. That causes the XML parser to reject the file. Given that the keyboard layout is illegal, it’s no surprise that the form converted to XML doesn’t work, either. The only way to deal with this is to work from a fixed form of the XML. I’ve attached the fixed version.John
--
You received this message because you are subscribed to the Google Groups "Ukelele Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ukelele-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ukelele-users/CAC13VMxtOSKHKpXH0%2Bje9t%2BHg%3DNxOYxJ_Oxyx6QBCDBSY_s6NQ%40mail.gmail.com.
Yes, the operation looks like this:
- Save the current keyboard input source as a ‘uchr' resource in a file
- Run Apple’s tool to turn that into an XML file
- Read the XML file to create the Ukelele document
Ukelele deletes the XML file after reading it in, so it’s not available unless you can run Ukelele in the debugger and put in a breakpoint so that you can copy the file elsewhere…
--
You received this message because you are subscribed to the Google Groups "Ukelele Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ukelele-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ukelele-users/CAC13VMzvDCsaJ2umKLwaijutJP9qWQ7yEL-HGVx4j0jzBv%2BVUg%40mail.gmail.com.
I think transliteration keyboards for Indic scripts are also "input methods", like CJK. They rely on a dictionary of possible matches to the Latin input sequence. So a custom layout may not work. TOn Wednesday, April 16, 2025 at 9:37:27 AM UTC-7 Suhas K wrote:I tried this out, it seems to not be transliterating. Why would that be?
Yeah, I figured that was the issue. I anyways plan on remapping the keys to suit my needs in Dvorak, so probably won't ever end up using the inscript one (except on my phone). Thanks a bunch for your help guys!
On Apr 16, 2025, at 12:27 PM, Suhas K <suhas...@gmail.com> wrote:
Yeah, I figured that was the issue. I anyways plan on remapping the keys to suit my needs in Dvorak, so probably won't ever end up using the inscript one (except on my phone). Thanks a bunch for your help guys!
--
You received this message because you are subscribed to the Google Groups "Ukelele Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ukelele-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ukelele-users/e4e9d6a4-5f14-4440-b773-73186da69991n%40googlegroups.com.