mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-23 09:30:53 +00:00
Add number row support to dubeolsik standard keyboard
This commit is contained in:
parent
4565244322
commit
ca825faef4
1 changed files with 12 additions and 0 deletions
|
@ -23,6 +23,18 @@
|
|||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_styles_common" />
|
||||
<switch>
|
||||
<case
|
||||
latin:numberRowEnabled="true"
|
||||
>
|
||||
<Row
|
||||
latin:keyWidth="10%p"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_symbols1" />
|
||||
</Row>
|
||||
</case>
|
||||
</switch>
|
||||
<Row
|
||||
latin:keyWidth="10%p"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue