mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix blank row in symbols when number row is active
This commit is contained in:
parent
4a6f99c977
commit
4cba419737
@ -32,7 +32,31 @@
|
||||
latin:keyboardLayout="@xml/rowkeys_symbols1" />
|
||||
</Row>
|
||||
<switch>
|
||||
<case latin:numberRow="true"> <Row /> </case>
|
||||
<case latin:numberRow="true">
|
||||
<Row>
|
||||
<Key
|
||||
latin:keySpec="!text/keyspec_symbols_percent"
|
||||
latin:moreKeys="!text/morekeys_symbols_percent" />
|
||||
<Key
|
||||
latin:keySpec="\\\\" />
|
||||
<Key
|
||||
latin:keySpec="\|" />
|
||||
<Key
|
||||
latin:keySpec="=" />
|
||||
<Key
|
||||
latin:keySpec="[" />
|
||||
<Key
|
||||
latin:keySpec="]" />
|
||||
<Key
|
||||
latin:keySpec="<" />
|
||||
<Key
|
||||
latin:keySpec=">" />
|
||||
<Key
|
||||
latin:keySpec="{" />
|
||||
<Key
|
||||
latin:keySpec="}" />
|
||||
</Row>
|
||||
</case>
|
||||
<default> </default>
|
||||
</switch>
|
||||
<Row
|
||||
|
Loading…
Reference in New Issue
Block a user