mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-14 14:02:44 +00:00
Hangul update (#160)
Add Hangul layout from https://github.com/Lee0701/openboard/tree/hangul Further changes: * merge current state and make it compile * some formatting * remove Korean dictionary (to be downloaded from original repo) * add file in make-keyboard-text for auto-generating KeyboardTextsTable * disable Hangul combiner when not using Hangul (otherwise symbols are seen as parts of a word) --------- Co-authored-by: Lee0701 <hgl1002@naver.com>
This commit is contained in:
parent
5f29248855
commit
eb45495d13
45 changed files with 2683 additions and 300 deletions
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- U+20B9: "₩" FULLWIDTH WON SIGN -->
|
||||
<string name="keyspec_currency">₩</string>
|
||||
<!-- Label for "switch to alphabetic" key.
|
||||
U+0995: "ᄀ" HANGUL LETTER KIYEOK
|
||||
U+0996: "ㄴ" HANGUL LETTER NIEUN
|
||||
U+0997: "ㄷ" HANGUL LETTER TIKEUT -->
|
||||
<string name="keylabel_to_alpha">ㄱㄴㄷ</string>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue