mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-23 17:40:54 +00:00
Add dubeolsik standard shift layout
This commit is contained in:
parent
603a5f2000
commit
af6db10b77
1 changed files with 54 additions and 28 deletions
|
@ -19,6 +19,20 @@
|
|||
-->
|
||||
|
||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<switch>
|
||||
<case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted">
|
||||
<Key
|
||||
latin:keySpec="ㅃ" />
|
||||
<Key
|
||||
latin:keySpec="ㅉ" />
|
||||
<Key
|
||||
latin:keySpec="ㄸ" />
|
||||
<Key
|
||||
latin:keySpec="ㄲ" />
|
||||
<Key
|
||||
latin:keySpec="ㅆ" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keySpec="ㅂ"
|
||||
latin:keyHintLabel="ㅃ"
|
||||
|
@ -39,12 +53,22 @@
|
|||
latin:keySpec="ㅅ"
|
||||
latin:keyHintLabel="ㅆ"
|
||||
latin:additionalMoreKeys="ㅆ" />
|
||||
</default>
|
||||
</switch>
|
||||
<Key
|
||||
latin:keySpec="ㅛ" />
|
||||
<Key
|
||||
latin:keySpec="ㅕ" />
|
||||
<Key
|
||||
latin:keySpec="ㅑ" />
|
||||
<switch>
|
||||
<case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted">
|
||||
<Key
|
||||
latin:keySpec="ㅒ" />
|
||||
<Key
|
||||
latin:keySpec="ㅖ" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keySpec="ㅐ"
|
||||
latin:keyHintLabel="ㅒ"
|
||||
|
@ -53,4 +77,6 @@
|
|||
latin:keySpec="ㅔ"
|
||||
latin:keyHintLabel="ㅖ"
|
||||
latin:additionalMoreKeys="ㅖ" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue