-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #81 from joongwon/master
Replace hardcoded keyboard list with the list provided by libhangul
- Loading branch information
Showing
4 changed files
with
156 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<combination id="0"> | ||
<item first="0x1100" second="0x1100" result="0x1101"/> <!-- ᄀ + ᄀ → ᄁ --> | ||
<item first="0x1100" second="0x1109" result="0x11aa"/> <!-- ᄀ + ᄉ → ᆪ --> | ||
<item first="0x1102" second="0x110c" result="0x11ac"/> <!-- ᄂ + ᄌ → ᆬ --> | ||
<item first="0x1102" second="0x1112" result="0x11ad"/> <!-- ᄂ + ᄒ → ᆭ --> | ||
<item first="0x1103" second="0x1103" result="0x1104"/> <!-- ᄃ + ᄃ → ᄄ --> | ||
<item first="0x1105" second="0x1100" result="0x11b0"/> <!-- ᄅ + ᄀ → ᆰ --> | ||
<item first="0x1105" second="0x1106" result="0x11b1"/> <!-- ᄅ + ᄆ → ᆱ --> | ||
<item first="0x1105" second="0x1107" result="0x11b2"/> <!-- ᄅ + ᄇ → ᆲ --> | ||
<item first="0x1105" second="0x1109" result="0x11b3"/> <!-- ᄅ + ᄉ → ᆳ --> | ||
<item first="0x1105" second="0x1110" result="0x11b4"/> <!-- ᄅ + ᄐ → ᆴ --> | ||
<item first="0x1105" second="0x1111" result="0x11b5"/> <!-- ᄅ + ᄑ → ᆵ --> | ||
<item first="0x1105" second="0x1112" result="0x11b6"/> <!-- ᄅ + ᄒ → ᆶ --> | ||
<item first="0x1107" second="0x1107" result="0x1108"/> <!-- ᄇ + ᄇ → ᄈ --> | ||
<item first="0x1107" second="0x1109" result="0x11b9"/> <!-- ᄇ + ᄉ → ᆹ --> | ||
<item first="0x1109" second="0x1109" result="0x110a"/> <!-- ᄉ + ᄉ → ᄊ --> | ||
<item first="0x110c" second="0x110c" result="0x110d"/> <!-- ᄌ + ᄌ → ᄍ --> | ||
<item first="0x1169" second="0x1161" result="0x116a"/> <!-- ᅩ + ᅡ → ᅪ --> | ||
<item first="0x1169" second="0x1162" result="0x116b"/> <!-- ᅩ + ᅢ → ᅫ --> | ||
<item first="0x1169" second="0x1175" result="0x116c"/> <!-- ᅩ + ᅵ → ᅬ --> | ||
<item first="0x116e" second="0x1165" result="0x116f"/> <!-- ᅮ + ᅥ → ᅯ --> | ||
<item first="0x116e" second="0x1166" result="0x1170"/> <!-- ᅮ + ᅦ → ᅰ --> | ||
<item first="0x116e" second="0x1175" result="0x1171"/> <!-- ᅮ + ᅵ → ᅱ --> | ||
<item first="0x1173" second="0x1175" result="0x1174"/> <!-- ᅳ + ᅵ → ᅴ --> | ||
<item first="0x11a8" second="0x11a8" result="0x11a9"/> <!-- ᆨ + ᆨ → ᆩ --> | ||
<item first="0x11a8" second="0x11ba" result="0x11aa"/> <!-- ᆨ + ᆺ → ᆪ --> | ||
<item first="0x11ab" second="0x11bd" result="0x11ac"/> <!-- ᆫ + ᆽ → ᆬ --> | ||
<item first="0x11ab" second="0x11c2" result="0x11ad"/> <!-- ᆫ + ᇂ → ᆭ --> | ||
<item first="0x11af" second="0x11a8" result="0x11b0"/> <!-- ᆯ + ᆨ → ᆰ --> | ||
<item first="0x11af" second="0x11b7" result="0x11b1"/> <!-- ᆯ + ᆷ → ᆱ --> | ||
<item first="0x11af" second="0x11b8" result="0x11b2"/> <!-- ᆯ + ᆸ → ᆲ --> | ||
<item first="0x11af" second="0x11ba" result="0x11b3"/> <!-- ᆯ + ᆺ → ᆳ --> | ||
<item first="0x11af" second="0x11c0" result="0x11b4"/> <!-- ᆯ + ᇀ → ᆴ --> | ||
<item first="0x11af" second="0x11c1" result="0x11b5"/> <!-- ᆯ + ᇁ → ᆵ --> | ||
<item first="0x11af" second="0x11c2" result="0x11b6"/> <!-- ᆯ + ᇂ → ᆶ --> | ||
<item first="0x11b8" second="0x11ba" result="0x11b9"/> <!-- ᆸ + ᆺ → ᆹ --> | ||
<item first="0x11ba" second="0x11ba" result="0x11bb"/> <!-- ᆺ + ᆺ → ᆻ --> | ||
</combination> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<hangul-keyboard id="2" type="jamo"> | ||
|
||
<name>Dubeolsik</name> | ||
<name xml:lang="ko">두벌식</name> | ||
|
||
<map id="0"> | ||
<item key="0x41" value="0x1106"/> <!-- A → ᄆᅠ --> | ||
<item key="0x42" value="0x1172"/> <!-- B → ᅟᅲ --> | ||
<item key="0x43" value="0x110e"/> <!-- C → ᄎᅠ --> | ||
<item key="0x44" value="0x110b"/> <!-- D → ᄋᅠ --> | ||
<item key="0x45" value="0x1104"/> <!-- E → ᄄᅠ --> | ||
<item key="0x46" value="0x1105"/> <!-- F → ᄅᅠ --> | ||
<item key="0x47" value="0x1112"/> <!-- G → ᄒᅠ --> | ||
<item key="0x48" value="0x1169"/> <!-- H → ᅟᅩ --> | ||
<item key="0x49" value="0x1163"/> <!-- I → ᅟᅣ --> | ||
<item key="0x4a" value="0x1165"/> <!-- J → ᅟᅥ --> | ||
<item key="0x4b" value="0x1161"/> <!-- K → ᅟᅡ --> | ||
<item key="0x4c" value="0x1175"/> <!-- L → ᅟᅵ --> | ||
<item key="0x4d" value="0x1173"/> <!-- M → ᅟᅳ --> | ||
<item key="0x4e" value="0x116e"/> <!-- N → ᅟᅮ --> | ||
<item key="0x4f" value="0x1164"/> <!-- O → ᅟᅤ --> | ||
<item key="0x50" value="0x1168"/> <!-- P → ᅟᅨ --> | ||
<item key="0x51" value="0x1108"/> <!-- Q → ᄈᅠ --> | ||
<item key="0x52" value="0x1101"/> <!-- R → ᄁᅠ --> | ||
<item key="0x53" value="0x1102"/> <!-- S → ᄂᅠ --> | ||
<item key="0x54" value="0x110a"/> <!-- T → ᄊᅠ --> | ||
<item key="0x55" value="0x1167"/> <!-- U → ᅟᅧ --> | ||
<item key="0x56" value="0x1111"/> <!-- V → ᄑᅠ --> | ||
<item key="0x57" value="0x110d"/> <!-- W → ᄍᅠ --> | ||
<item key="0x58" value="0x1110"/> <!-- X → ᄐᅠ --> | ||
<item key="0x59" value="0x116d"/> <!-- Y → ᅟᅭ --> | ||
<item key="0x5a" value="0x110f"/> <!-- Z → ᄏᅠ --> | ||
<item key="0x61" value="0x1106"/> <!-- a → ᄆᅠ --> | ||
<item key="0x62" value="0x1172"/> <!-- b → ᅟᅲ --> | ||
<item key="0x63" value="0x110e"/> <!-- c → ᄎᅠ --> | ||
<item key="0x64" value="0x110b"/> <!-- d → ᄋᅠ --> | ||
<item key="0x65" value="0x1103"/> <!-- e → ᄃᅠ --> | ||
<item key="0x66" value="0x1105"/> <!-- f → ᄅᅠ --> | ||
<item key="0x67" value="0x1112"/> <!-- g → ᄒᅠ --> | ||
<item key="0x68" value="0x1169"/> <!-- h → ᅟᅩ --> | ||
<item key="0x69" value="0x1163"/> <!-- i → ᅟᅣ --> | ||
<item key="0x6a" value="0x1165"/> <!-- j → ᅟᅥ --> | ||
<item key="0x6b" value="0x1161"/> <!-- k → ᅟᅡ --> | ||
<item key="0x6c" value="0x1175"/> <!-- l → ᅟᅵ --> | ||
<item key="0x6d" value="0x1173"/> <!-- m → ᅟᅳ --> | ||
<item key="0x6e" value="0x116e"/> <!-- n → ᅟᅮ --> | ||
<item key="0x6f" value="0x1162"/> <!-- o → ᅟᅢ --> | ||
<item key="0x70" value="0x1166"/> <!-- p → ᅟᅦ --> | ||
<item key="0x71" value="0x1107"/> <!-- q → ᄇᅠ --> | ||
<item key="0x72" value="0x1100"/> <!-- r → ᄀᅠ --> | ||
<item key="0x73" value="0x1102"/> <!-- s → ᄂᅠ --> | ||
<item key="0x74" value="0x1109"/> <!-- t → ᄉᅠ --> | ||
<item key="0x75" value="0x1167"/> <!-- u → ᅟᅧ --> | ||
<item key="0x76" value="0x1111"/> <!-- v → ᄑᅠ --> | ||
<item key="0x77" value="0x110c"/> <!-- w → ᄌᅠ --> | ||
<item key="0x78" value="0x1110"/> <!-- x → ᄐᅠ --> | ||
<item key="0x79" value="0x116d"/> <!-- y → ᅟᅭ --> | ||
<item key="0x7a" value="0x110f"/> <!-- z → ᄏᅠ --> | ||
</map> | ||
|
||
<include file="hangul-combination-default.xml"/> | ||
|
||
</hangul-keyboard> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters