mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-02 12:52:15 +00:00
Merge pull request #600 from sergiotarxz/master
Adding initial halmak support.
This commit is contained in:
commit
6bb24cf52e
13 changed files with 514 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
<item>qwertz</item>
|
||||
<item>azerty</item>
|
||||
<item>dvorak</item>
|
||||
<item>halmak</item>
|
||||
<item>colemak</item>
|
||||
<item>colemak_dh</item>
|
||||
<item>workman</item>
|
||||
|
@ -64,6 +65,7 @@
|
|||
<item>QWERTZ</item>
|
||||
<item>AZERTY</item>
|
||||
<item>Dvorak</item>
|
||||
<item>Halmak</item>
|
||||
<item>Colemak</item>
|
||||
<item>Colemak Mod-DH</item>
|
||||
<item>Workman</item>
|
||||
|
|
80
app/src/main/res/xml-sw600dp/row_halmak4.xml
Normal file
80
app/src/main/res/xml-sw600dp/row_halmak4.xml
Normal file
|
@ -0,0 +1,80 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res-auto"
|
||||
>
|
||||
<switch>
|
||||
<!-- Split the 4th row for split layouts -->
|
||||
<case
|
||||
latin:isSplitLayout="true"
|
||||
>
|
||||
<Row
|
||||
latin:keyWidth="8.0%p"
|
||||
latin:backgroundType="functional"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="toSymbolKeyStyle" />
|
||||
<Key
|
||||
latin:keySpec="f"/>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_comma" />
|
||||
<!-- Space key. -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_space_3kw"
|
||||
latin:backgroundType="normal" />
|
||||
<Spacer
|
||||
latin:keyWidth="20.0%p" />
|
||||
<Key
|
||||
latin:keyStyle="spaceKeyStyle"
|
||||
latin:keyWidth="24.0%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_period" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_emoji" />
|
||||
</Row>
|
||||
</case>
|
||||
<default>
|
||||
<Row
|
||||
latin:keyWidth="9.0%p"
|
||||
latin:backgroundType="functional"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="toSymbolKeyStyle"
|
||||
latin:keyWidth="10.0%p" />
|
||||
<Key
|
||||
latin:keySpec="f"/>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_comma" />
|
||||
<!-- Space key. -->
|
||||
<include
|
||||
latin:keyXPos="19.0%p"
|
||||
latin:keyboardLayout="@xml/key_space_7kw"
|
||||
latin:backgroundType="normal" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_period" />
|
||||
<Key
|
||||
latin:keySpec="y"/>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_emoji" />
|
||||
</Row>
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
40
app/src/main/res/xml-sw600dp/rowkeys_halmak3.xml
Normal file
40
app/src/main/res/xml-sw600dp/rowkeys_halmak3.xml
Normal file
|
@ -0,0 +1,40 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res-auto"
|
||||
>
|
||||
<Key
|
||||
latin:keySpec="m"/>
|
||||
<Key
|
||||
latin:keySpec="v"/>
|
||||
<Key
|
||||
latin:keySpec="c"/>
|
||||
<Key
|
||||
latin:keySpec="/" />
|
||||
<Key
|
||||
latin:keySpec="g" />
|
||||
<Key
|
||||
latin:keySpec="p" />
|
||||
<Key
|
||||
latin:keySpec="x"/>
|
||||
<Key
|
||||
latin:keySpec="k"/>
|
||||
</merge>
|
60
app/src/main/res/xml-sw600dp/rows_halmak.xml
Normal file
60
app/src/main/res/xml-sw600dp/rows_halmak.xml
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_styles_common" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/row_optional_number_row" />
|
||||
<Row
|
||||
latin:keyWidth="9.0%p"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_halmak1" />
|
||||
<Key
|
||||
latin:keyStyle="deleteKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="9.0%p"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_halmak2" />
|
||||
<Key
|
||||
latin:keyStyle="enterKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="9.0%p"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="10.0%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_halmak3" />
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/row_halmak4" />
|
||||
</merge>
|
26
app/src/main/res/xml/kbd_halmak.xml
Normal file
26
app/src/main/res/xml/kbd_halmak.xml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<Keyboard
|
||||
xmlns:latin="http://schemas.android.com/apk/res-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_halmak" />
|
||||
</Keyboard>
|
|
@ -31,6 +31,14 @@
|
|||
latin:backgroundType="normal"
|
||||
latin:keyStyle="settingsMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:keyboardLayoutSet="halmak"
|
||||
>
|
||||
<Key
|
||||
latin:keySpec=","
|
||||
latin:backgroundType="normal"
|
||||
latin:keyStyle="settingsMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:mode="url"
|
||||
>
|
||||
|
|
|
@ -30,6 +30,14 @@
|
|||
latin:keyLabelFlags="hasPopupHint"
|
||||
latin:moreKeys="!text/morekeys_punctuation,!text/morekeys_z" />
|
||||
</case>
|
||||
<case
|
||||
latin:keyboardLayoutSet="halmak"
|
||||
>
|
||||
<Key
|
||||
latin:keySpec="."
|
||||
latin:backgroundType="normal"
|
||||
latin:moreKeys="!text/morekeys_period" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keySpec="!text/keyspec_period"
|
||||
|
|
42
app/src/main/res/xml/keyboard_layout_set_halmak.xml
Normal file
42
app/src/main/res/xml/keyboard_layout_set_halmak.xml
Normal file
|
@ -0,0 +1,42 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<KeyboardLayoutSet
|
||||
xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<Element
|
||||
latin:elementName="alphabet"
|
||||
latin:elementKeyboard="@xml/kbd_halmak"
|
||||
latin:enableProximityCharsCorrection="true" />
|
||||
<Element
|
||||
latin:elementName="symbols"
|
||||
latin:elementKeyboard="@xml/kbd_symbols" />
|
||||
<Element
|
||||
latin:elementName="symbolsShifted"
|
||||
latin:elementKeyboard="@xml/kbd_symbols_shift" />
|
||||
<Element
|
||||
latin:elementName="phone"
|
||||
latin:elementKeyboard="@xml/kbd_phone" />
|
||||
<Element
|
||||
latin:elementName="phoneSymbols"
|
||||
latin:elementKeyboard="@xml/kbd_phone_symbols" />
|
||||
<Element
|
||||
latin:elementName="number"
|
||||
latin:elementKeyboard="@xml/kbd_number" />
|
||||
</KeyboardLayoutSet>
|
41
app/src/main/res/xml/row_halmak4.xml
Normal file
41
app/src/main/res/xml/row_halmak4.xml
Normal file
|
@ -0,0 +1,41 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2010, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res-auto"
|
||||
>
|
||||
<Row
|
||||
latin:keyWidth="10%p"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="toSymbolKeyStyle"
|
||||
latin:keyWidth="15%p" />
|
||||
<Key
|
||||
latin:keySpec="f" />
|
||||
<include
|
||||
latin:keyXPos="25%p"
|
||||
latin:keyboardLayout="@xml/key_space_5kw" />
|
||||
<Key
|
||||
latin:keySpec="y" />
|
||||
<Key
|
||||
latin:keyStyle="enterKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
</merge>
|
64
app/src/main/res/xml/rowkeys_halmak1.xml
Normal file
64
app/src/main/res/xml/rowkeys_halmak1.xml
Normal file
|
@ -0,0 +1,64 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res-auto"
|
||||
>
|
||||
<Key
|
||||
latin:keySpec="w"
|
||||
latin:keyHintLabel="1"
|
||||
latin:additionalMoreKeys="1" />
|
||||
<Key
|
||||
latin:keySpec="l"
|
||||
latin:keyHintLabel="2"
|
||||
latin:additionalMoreKeys="2"
|
||||
latin:moreKeys="!text/morekeys_y" />
|
||||
<Key
|
||||
latin:keySpec="r"
|
||||
latin:keyHintLabel="3"
|
||||
latin:additionalMoreKeys="3" />
|
||||
<Key
|
||||
latin:keySpec="b"
|
||||
latin:keyHintLabel="4"
|
||||
latin:additionalMoreKeys="4" />
|
||||
<Key
|
||||
latin:keySpec="z"
|
||||
latin:keyHintLabel="5"
|
||||
latin:additionalMoreKeys="6" />
|
||||
<Key
|
||||
latin:keySpec=";" />
|
||||
<Key
|
||||
latin:keySpec="q"
|
||||
latin:keyHintLabel="7"
|
||||
latin:additionalMoreKeys="7" />
|
||||
<Key
|
||||
latin:keySpec="u"
|
||||
latin:keyHintLabel="8"
|
||||
latin:moreKeys="!text/morekeys_u"
|
||||
latin:additionalMoreKeys="8" />
|
||||
<Key
|
||||
latin:keySpec="d"
|
||||
latin:keyHintLabel="9"
|
||||
latin:additionalMoreKeys="9" />
|
||||
<Key
|
||||
latin:keySpec="j"
|
||||
latin:keyHintLabel="0"
|
||||
latin:additionalMoreKeys="0" />
|
||||
</merge>
|
49
app/src/main/res/xml/rowkeys_halmak2.xml
Normal file
49
app/src/main/res/xml/rowkeys_halmak2.xml
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res-auto"
|
||||
>
|
||||
<Key
|
||||
latin:keySpec="s"/>
|
||||
<Key
|
||||
latin:keySpec="h"/>
|
||||
<Key
|
||||
latin:keySpec="n"
|
||||
latin:moreKeys="!text/morekeys_n" />
|
||||
<Key
|
||||
latin:keySpec="t"/>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_comma" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_period" />
|
||||
<Key
|
||||
latin:keySpec="a"
|
||||
latin:moreKeys="!text/morekeys_a" />
|
||||
<Key
|
||||
latin:keySpec="e"
|
||||
latin:moreKeys="!text/morekeys_e" />
|
||||
<Key
|
||||
latin:keySpec="o"
|
||||
latin:moreKeys="!text/morekeys_o" />
|
||||
<Key
|
||||
latin:keySpec="i"
|
||||
latin:moreKeys="!text/morekeys_i" />
|
||||
</merge>
|
38
app/src/main/res/xml/rowkeys_halmak3.xml
Normal file
38
app/src/main/res/xml/rowkeys_halmak3.xml
Normal file
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res-auto"
|
||||
>
|
||||
<Key
|
||||
latin:keySpec="m" />
|
||||
<Key
|
||||
latin:keySpec="v" />
|
||||
<Key
|
||||
latin:keySpec="c" />
|
||||
<Key
|
||||
latin:keySpec="g" />
|
||||
<Key
|
||||
latin:keySpec="p" />
|
||||
<Key
|
||||
latin:keySpec="x" />
|
||||
<Key
|
||||
latin:keySpec="k" />
|
||||
</merge>
|
56
app/src/main/res/xml/rows_halmak.xml
Normal file
56
app/src/main/res/xml/rows_halmak.xml
Normal file
|
@ -0,0 +1,56 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_styles_common" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/row_optional_number_row" />
|
||||
<Row
|
||||
latin:keyWidth="10%p"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_halmak1" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="10%p"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_halmak2" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="10%p"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="15%p"
|
||||
latin:visualInsetsRight="1%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_halmak3" />
|
||||
<Key
|
||||
latin:keyStyle="deleteKeyStyle"
|
||||
latin:keyWidth="fillRight"
|
||||
latin:visualInsetsLeft="1%p" />
|
||||
</Row>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/row_halmak4" />
|
||||
</merge>
|
Loading…
Add table
Add a link
Reference in a new issue