huydq92 / hackerskeyboard

Automatically exported from code.google.com/p/hackerskeyboard
0 stars 0 forks source link

Missing letters in latvian layout #176

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Layout is missing several diacritic leters which would be expected after long 
pressing of k,l,g,n. If neededI can send corresponding Unicode character codes.
It also contains a lot of unnecessary letters, e.g. there 8 for letter a, when 
1 would be expected, but that is not as important.

Using latvian language layout on version 1.29 on Asus TF101

Original issue reported on code.google.com by dobelu.g...@gmail.com on 21 Jan 2012 at 10:21

GoogleCodeExporter commented 9 years ago
This would be typical list for letters that should be expected to appear on the 
long press. This is only letters, of course - Euro sign, etc. would make as 
much sense as in any other language. If you cannot read these letters I can 
send Unicode character codes.

a -> ā
c -> č
e -> ē
g -> ģ
i -> ī
k -> ķ
l -> ļ
n -> ņ
o -> ō
r -> ŗ
s -> š
u -> ū
z -> ž

Original comment by eriks.do...@gmail.com on 23 Jan 2012 at 4:37

GoogleCodeExporter commented 9 years ago
Looks like Latvian didn't currently have a specific configuration, and 
inherited the default settings.

I'll add an altchars list, how does the following look? Let me know if anything 
should be added or deleted.

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="alternates_for_a">ā</string>
    <string name="alternates_for_b"></string>
    <string name="alternates_for_c">č</string>
    <string name="alternates_for_d"></string>
    <string name="alternates_for_e">3ē€</string>
    <string name="alternates_for_f"></string>
    <string name="alternates_for_g">ģ</string>
    <string name="alternates_for_h"></string>
    <string name="alternates_for_i">8ī</string>
    <string name="alternates_for_j"></string>
    <string name="alternates_for_k">ķ</string>
    <string name="alternates_for_l">ļ£₤λ</string>
    <string name="alternates_for_m">μ</string>
    <string name="alternates_for_n">ņ</string>
    <string name="alternates_for_o">9ō</string>
    <string name="alternates_for_p">0π₱</string>
    <string name="alternates_for_q">1</string>
    <string name="alternates_for_r">4ŗ</string>
    <string name="alternates_for_s">š§</string>
    <string name="alternates_for_t">5</string>
    <string name="alternates_for_u">7ū</string>
    <string name="alternates_for_v"></string>
    <string name="alternates_for_w">2</string>
    <string name="alternates_for_x"></string>
    <string name="alternates_for_y">6¥</string>
    <string name="alternates_for_z">ž</string>
</resources>

Original comment by Klaus.We...@gmail.com on 24 Jan 2012 at 12:48

GoogleCodeExporter commented 9 years ago
Added in revision 19a6c935097b.

Please try v1.30rc3 (or later) from 
http://code.google.com/p/hackerskeyboard/downloads/list and let me know if this 
works for you.

Original comment by Klaus.We...@gmail.com on 25 Jan 2012 at 10:01

GoogleCodeExporter commented 9 years ago
Now with Latvian layout all is OK. Thank you!

Original comment by m.serdie...@gmail.com on 31 Jan 2012 at 9:37

GoogleCodeExporter commented 9 years ago
Glad to hear it, thanks for testing!

Original comment by Klaus.We...@gmail.com on 2 Feb 2012 at 4:48

GoogleCodeExporter commented 9 years ago
[bulk bug update]

The changes from the 1.30rcX prerelease series are included in version 1.31 as 
published on Android Market, and this bug should be fixed. If it's still not 
working for you, please reopen or file a new bug. Thanks to everyone who helped 
with finding bugs and testing!

Original comment by Klaus.We...@gmail.com on 24 Feb 2012 at 6:23

GoogleCodeExporter commented 9 years ago
Bulk update - changing "Fixed" to "Verified" for old bugs.

(Background: I'm changing the "Fixed" status to be considered open, the next 
steps in the lifecycle will be the closed states "FixInTest" and "Verified". 
This lets me mark issues as "Fixed" in commit messages without hiding them from 
the issue tracker.)

Original comment by Klaus.We...@gmail.com on 22 Jan 2013 at 7:33

GoogleCodeExporter commented 9 years ago
Bulk update - changing "Fixed" to "Verified" for old bugs.

Original comment by Klaus.We...@gmail.com on 22 Jan 2013 at 7:34