KSubedi / transliteration-input-tools

Unofficial client to Google's Transliteration Backend
MIT License
41 stars 12 forks source link

Capital letters do not trigger transliteration #57

Open sharu725 opened 5 months ago

sharu725 commented 5 months ago

When using it on phone, usually the keyboard is set by detault such that first letter is a capital letter.

This causes problem as capital letters do not automatically trigger transliteration.

Maybe it should be changed to small letters in the script here - https://github.com/KSubedi/transliteration-input-tools/blob/ca433085d148bf9c451cc2f32dc23a6ac4bf149e/src/event-handler.ts#L16

A wourkaround is to use this

<textarea autocapitalize="none"></textarea>