mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-31 11:52:13 +00:00
Added split layout support for azerty keyboards
This commit is contained in:
parent
5e183633ed
commit
9ca8cf53fe
11 changed files with 597 additions and 188 deletions
135
app/src/main/res/xml-sw600dp-land/rows_azerty.xml
Normal file
135
app/src/main/res/xml-sw600dp-land/rows_azerty.xml
Normal file
|
@ -0,0 +1,135 @@
|
|||
<?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"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_styles_common" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/row_optional_number_row" />
|
||||
<!-- First row -->
|
||||
<Row>
|
||||
<switch>
|
||||
<!-- Split keyboard layout for the first row -->
|
||||
<case
|
||||
latin:isSplitLayout="true"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_qwerty1_left5"
|
||||
latin:keyWidth="7.0%p" />
|
||||
<Spacer
|
||||
latin:keyWidth="20.0%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_qwerty1_right5"
|
||||
latin:keyWidth="7.0%p" />
|
||||
<Key
|
||||
latin:keyStyle="deleteKeyStyle"
|
||||
latin:keyWidth="10.0%p" />
|
||||
</case>
|
||||
<!-- Regular layout for the first row -->
|
||||
<default>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_qwerty1"
|
||||
latin:keyWidth="9.0%p" />
|
||||
<Key
|
||||
latin:keyStyle="deleteKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
</default>
|
||||
</switch>
|
||||
</Row>
|
||||
<!-- Second row -->
|
||||
<Row>
|
||||
<switch>
|
||||
<!-- Split keyboard layout for the second row -->
|
||||
<case
|
||||
latin:isSplitLayout="true"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_qwerty2_left5"
|
||||
latin:keyXPos="4.0%p"
|
||||
latin:keyWidth="7.0%p" />
|
||||
<Spacer
|
||||
latin:keyWidth="23.0%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_qwerty2_right4"
|
||||
latin:keyWidth="7.0%p" />
|
||||
<Key
|
||||
latin:keyStyle="enterKeyStyle"
|
||||
latin:keyWidth="10.0%p" />
|
||||
</case>
|
||||
<!-- Regular layout for the second row -->
|
||||
<default>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_qwerty2"
|
||||
latin:keyXPos="4.5%p"
|
||||
latin:keyWidth="9.0%p" />
|
||||
<Key
|
||||
latin:keyStyle="enterKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
</default>
|
||||
</switch>
|
||||
</Row>
|
||||
<!-- Third row -->
|
||||
<Row>
|
||||
<switch>
|
||||
<!-- Split keyboard layout for the third row -->
|
||||
<case
|
||||
latin:isSplitLayout="true"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="10.0%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_qwerty3_left4"
|
||||
latin:keyWidth="7.0%p" />
|
||||
<Spacer
|
||||
latin:keyWidth="17.0%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_qwerty3_right3"
|
||||
latin:keyWidth="7.0%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keys_exclamation_question"
|
||||
latin:keyWidth="7.0%p" />
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="10.0%p" />
|
||||
</case>
|
||||
<!-- Regular layout for the third row -->
|
||||
<default>
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="10.0%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_qwerty3"
|
||||
latin:keyWidth="9.0%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keys_exclamation_question"
|
||||
latin:keyWidth="9.0%p" />
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
</default>
|
||||
</switch>
|
||||
</Row>
|
||||
<!-- Fourth row -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/row_qwerty4" />
|
||||
</merge>
|
|
@ -19,46 +19,112 @@
|
|||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res-auto"
|
||||
>
|
||||
xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_styles_common" />
|
||||
latin:keyboardLayout="@xml/key_styles_common"/>
|
||||
<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_azerty1" />
|
||||
<Key
|
||||
latin:keyStyle="deleteKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
latin:keyboardLayout="@xml/row_optional_number_row"/>
|
||||
<!-- First row -->
|
||||
<Row>
|
||||
<switch>
|
||||
<!-- Split keyboard layout for the first row -->
|
||||
<case
|
||||
latin:isSplitLayout="true"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_azerty1_left5"
|
||||
latin:keyWidth="8.0%p"/>
|
||||
<Spacer
|
||||
latin:keyWidth="10.0%p"/>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_azerty1_right5"
|
||||
latin:keyWidth="8.0%p"/>
|
||||
<Key
|
||||
latin:keyStyle="deleteKeyStyle"
|
||||
latin:keyWidth="10.0%p"/>
|
||||
</case>
|
||||
<!-- Regular layout for the first row -->
|
||||
<default>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_azerty1"
|
||||
latin:keyWidth="9.0%p"/>
|
||||
<Key
|
||||
latin:keyStyle="deleteKeyStyle"
|
||||
latin:keyWidth="fillRight"/>
|
||||
</default>
|
||||
</switch>
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="9.0%p"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_azerty2" />
|
||||
<Key
|
||||
latin:keyStyle="enterKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
<!-- Second row -->
|
||||
<Row>
|
||||
<switch>
|
||||
<!-- Split keyboard layout for the second row -->
|
||||
<case
|
||||
latin:isSplitLayout="true"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_azerty2_left5"
|
||||
latin:keyWidth="8.0%p"/>
|
||||
<Spacer
|
||||
latin:keyWidth="10.0%p"/>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_azerty2_right5"
|
||||
latin:keyWidth="8.0%p"/>
|
||||
<Key
|
||||
latin:keyStyle="enterKeyStyle"
|
||||
latin:keyWidth="10.0%p"/>
|
||||
</case>
|
||||
<!-- Regular layout for the second row -->
|
||||
<default>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_azerty2"
|
||||
latin:keyWidth="9.0%p"/>
|
||||
<Key
|
||||
latin:keyStyle="enterKeyStyle"
|
||||
latin:keyWidth="fillRight"/>
|
||||
</default>
|
||||
</switch>
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="9.0%p"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="10.0%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_azerty3" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keys_exclamation_question" />
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
<!-- Third row -->
|
||||
<Row>
|
||||
<switch>
|
||||
<!-- Split keyboard layout for the third row -->
|
||||
<case
|
||||
latin:isSplitLayout="true">
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="10.0%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_azerty3_left4"
|
||||
latin:keyWidth="8.0%p" />
|
||||
<Spacer
|
||||
latin:keyWidth="8.0%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_azerty3_right3"
|
||||
latin:keyWidth="8.0%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keys_exclamation_question"
|
||||
latin:keyWidth="8.0%p" />
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="10.0%p" />
|
||||
</case>
|
||||
<!-- Regular layout for the third row -->
|
||||
<default>
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="10.0%p"/>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_azerty3"
|
||||
latin:keyWidth="9.0%p"/>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keys_exclamation_question"
|
||||
latin:keyWidth="9.0%p"/>
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="fillRight"/>
|
||||
</default>
|
||||
</switch>
|
||||
</Row>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/row_qwerty4" />
|
||||
latin:keyboardLayout="@xml/row_qwerty4"/>
|
||||
</merge>
|
||||
|
|
|
@ -23,7 +23,8 @@
|
|||
<Element
|
||||
latin:elementName="alphabet"
|
||||
latin:elementKeyboard="@xml/kbd_azerty"
|
||||
latin:enableProximityCharsCorrection="true" />
|
||||
latin:enableProximityCharsCorrection="true"
|
||||
latin:supportsSplitLayout="true" />
|
||||
<Element
|
||||
latin:elementName="symbols"
|
||||
latin:elementKeyboard="@xml/kbd_symbols" />
|
||||
|
|
|
@ -20,112 +20,10 @@
|
|||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<switch>
|
||||
<case
|
||||
latin:numberRowEnabled="true">
|
||||
<Key
|
||||
latin:keySpec="a"
|
||||
latin:keyHintLabel="%"
|
||||
latin:additionalMoreKeys="%"
|
||||
latin:moreKeys="!text/morekeys_a" />
|
||||
<Key
|
||||
latin:keySpec="z"
|
||||
latin:keyHintLabel="\\"
|
||||
latin:additionalMoreKeys="\\"
|
||||
latin:moreKeys="!text/morekeys_z" />
|
||||
<Key
|
||||
latin:keySpec="e"
|
||||
latin:keyHintLabel="|"
|
||||
latin:additionalMoreKeys="|"
|
||||
latin:moreKeys="!text/morekeys_e" />
|
||||
<Key
|
||||
latin:keySpec="r"
|
||||
latin:keyHintLabel="="
|
||||
latin:additionalMoreKeys="="
|
||||
latin:moreKeys="!text/morekeys_r" />
|
||||
<Key
|
||||
latin:keySpec="t"
|
||||
latin:keyHintLabel="["
|
||||
latin:additionalMoreKeys="["
|
||||
latin:moreKeys="!text/morekeys_t" />
|
||||
<Key
|
||||
latin:keySpec="y"
|
||||
latin:keyHintLabel="]"
|
||||
latin:additionalMoreKeys="]"
|
||||
latin:moreKeys="!text/morekeys_y" />
|
||||
<!-- U+003C: "<" LESS-THAN SIGN -->
|
||||
<Key
|
||||
latin:keySpec="u"
|
||||
latin:keyHintLabel="<"
|
||||
latin:additionalMoreKeys="<"
|
||||
latin:moreKeys="!text/morekeys_u" />
|
||||
<!-- U+003E: ">" GREATER-THAN SIGN -->
|
||||
<Key
|
||||
latin:keySpec="i"
|
||||
latin:keyHintLabel=">"
|
||||
latin:additionalMoreKeys=">"
|
||||
latin:moreKeys="!text/morekeys_i" />
|
||||
<Key
|
||||
latin:keySpec="o"
|
||||
latin:keyHintLabel="{"
|
||||
latin:additionalMoreKeys="{"
|
||||
latin:moreKeys="!text/morekeys_o" />
|
||||
<Key
|
||||
latin:keySpec="p"
|
||||
latin:keyHintLabel="}"
|
||||
latin:additionalMoreKeys="}" />
|
||||
</case>
|
||||
|
||||
<default>
|
||||
<Key
|
||||
latin:keySpec="a"
|
||||
latin:keyHintLabel="1"
|
||||
latin:additionalMoreKeys="1"
|
||||
latin:moreKeys="!text/morekeys_a" />
|
||||
<Key
|
||||
latin:keySpec="z"
|
||||
latin:keyHintLabel="2"
|
||||
latin:additionalMoreKeys="2"
|
||||
latin:moreKeys="!text/morekeys_z" />
|
||||
<Key
|
||||
latin:keySpec="e"
|
||||
latin:keyHintLabel="3"
|
||||
latin:additionalMoreKeys="3"
|
||||
latin:moreKeys="!text/morekeys_e" />
|
||||
<Key
|
||||
latin:keySpec="r"
|
||||
latin:keyHintLabel="4"
|
||||
latin:additionalMoreKeys="4"
|
||||
latin:moreKeys="!text/morekeys_r" />
|
||||
<Key
|
||||
latin:keySpec="t"
|
||||
latin:keyHintLabel="5"
|
||||
latin:additionalMoreKeys="5"
|
||||
latin:moreKeys="!text/morekeys_t" />
|
||||
<Key
|
||||
latin:keySpec="y"
|
||||
latin:keyHintLabel="6"
|
||||
latin:additionalMoreKeys="6"
|
||||
latin:moreKeys="!text/morekeys_y" />
|
||||
<Key
|
||||
latin:keySpec="u"
|
||||
latin:keyHintLabel="7"
|
||||
latin:additionalMoreKeys="7"
|
||||
latin:moreKeys="!text/morekeys_u" />
|
||||
<Key
|
||||
latin:keySpec="i"
|
||||
latin:keyHintLabel="8"
|
||||
latin:additionalMoreKeys="8"
|
||||
latin:moreKeys="!text/morekeys_i" />
|
||||
<Key
|
||||
latin:keySpec="o"
|
||||
latin:keyHintLabel="9"
|
||||
latin:additionalMoreKeys="9"
|
||||
latin:moreKeys="!text/morekeys_o" />
|
||||
<Key
|
||||
latin:keySpec="p"
|
||||
latin:keyHintLabel="0"
|
||||
latin:additionalMoreKeys="0" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- a,z,e,r,t -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_azerty1_left5" />
|
||||
<!-- y,u,i,o,p -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_azerty1_right5" />
|
||||
</merge>
|
||||
|
|
81
app/src/main/res/xml/rowkeys_azerty1_left5.xml
Normal file
81
app/src/main/res/xml/rowkeys_azerty1_left5.xml
Normal file
|
@ -0,0 +1,81 @@
|
|||
<?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">
|
||||
<switch>
|
||||
<case
|
||||
latin:numberRowEnabled="true">
|
||||
<Key
|
||||
latin:keySpec="a"
|
||||
latin:keyHintLabel="%"
|
||||
latin:additionalMoreKeys="%"
|
||||
latin:moreKeys="!text/morekeys_a" />
|
||||
<Key
|
||||
latin:keySpec="z"
|
||||
latin:keyHintLabel="\\"
|
||||
latin:additionalMoreKeys="\\"
|
||||
latin:moreKeys="!text/morekeys_z" />
|
||||
<Key
|
||||
latin:keySpec="e"
|
||||
latin:keyHintLabel="|"
|
||||
latin:additionalMoreKeys="|"
|
||||
latin:moreKeys="!text/morekeys_e" />
|
||||
<Key
|
||||
latin:keySpec="r"
|
||||
latin:keyHintLabel="="
|
||||
latin:additionalMoreKeys="="
|
||||
latin:moreKeys="!text/morekeys_r" />
|
||||
<Key
|
||||
latin:keySpec="t"
|
||||
latin:keyHintLabel="["
|
||||
latin:additionalMoreKeys="["
|
||||
latin:moreKeys="!text/morekeys_t" />
|
||||
</case>
|
||||
|
||||
<default>
|
||||
<Key
|
||||
latin:keySpec="a"
|
||||
latin:keyHintLabel="1"
|
||||
latin:additionalMoreKeys="1"
|
||||
latin:moreKeys="!text/morekeys_a" />
|
||||
<Key
|
||||
latin:keySpec="z"
|
||||
latin:keyHintLabel="2"
|
||||
latin:additionalMoreKeys="2"
|
||||
latin:moreKeys="!text/morekeys_z" />
|
||||
<Key
|
||||
latin:keySpec="e"
|
||||
latin:keyHintLabel="3"
|
||||
latin:additionalMoreKeys="3"
|
||||
latin:moreKeys="!text/morekeys_e" />
|
||||
<Key
|
||||
latin:keySpec="r"
|
||||
latin:keyHintLabel="4"
|
||||
latin:additionalMoreKeys="4"
|
||||
latin:moreKeys="!text/morekeys_r" />
|
||||
<Key
|
||||
latin:keySpec="t"
|
||||
latin:keyHintLabel="5"
|
||||
latin:additionalMoreKeys="5"
|
||||
latin:moreKeys="!text/morekeys_t" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
80
app/src/main/res/xml/rowkeys_azerty1_right5.xml
Normal file
80
app/src/main/res/xml/rowkeys_azerty1_right5.xml
Normal file
|
@ -0,0 +1,80 @@
|
|||
<?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">
|
||||
<switch>
|
||||
<case
|
||||
latin:numberRowEnabled="true">
|
||||
<Key
|
||||
latin:keySpec="y"
|
||||
latin:keyHintLabel="]"
|
||||
latin:additionalMoreKeys="]"
|
||||
latin:moreKeys="!text/morekeys_y" />
|
||||
<!-- U+003C: "<" LESS-THAN SIGN -->
|
||||
<Key
|
||||
latin:keySpec="u"
|
||||
latin:keyHintLabel="<"
|
||||
latin:additionalMoreKeys="<"
|
||||
latin:moreKeys="!text/morekeys_u" />
|
||||
<!-- U+003E: ">" GREATER-THAN SIGN -->
|
||||
<Key
|
||||
latin:keySpec="i"
|
||||
latin:keyHintLabel=">"
|
||||
latin:additionalMoreKeys=">"
|
||||
latin:moreKeys="!text/morekeys_i" />
|
||||
<Key
|
||||
latin:keySpec="o"
|
||||
latin:keyHintLabel="{"
|
||||
latin:additionalMoreKeys="{"
|
||||
latin:moreKeys="!text/morekeys_o" />
|
||||
<Key
|
||||
latin:keySpec="p"
|
||||
latin:keyHintLabel="}"
|
||||
latin:additionalMoreKeys="}" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keySpec="y"
|
||||
latin:keyHintLabel="6"
|
||||
latin:additionalMoreKeys="6"
|
||||
latin:moreKeys="!text/morekeys_y" />
|
||||
<Key
|
||||
latin:keySpec="u"
|
||||
latin:keyHintLabel="7"
|
||||
latin:additionalMoreKeys="7"
|
||||
latin:moreKeys="!text/morekeys_u" />
|
||||
<Key
|
||||
latin:keySpec="i"
|
||||
latin:keyHintLabel="8"
|
||||
latin:additionalMoreKeys="8"
|
||||
latin:moreKeys="!text/morekeys_i" />
|
||||
<Key
|
||||
latin:keySpec="o"
|
||||
latin:keyHintLabel="9"
|
||||
latin:additionalMoreKeys="9"
|
||||
latin:moreKeys="!text/morekeys_o" />
|
||||
<Key
|
||||
latin:keySpec="p"
|
||||
latin:keyHintLabel="0"
|
||||
latin:additionalMoreKeys="0" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
48
app/src/main/res/xml/rowkeys_azerty2_left5.xml
Normal file
48
app/src/main/res/xml/rowkeys_azerty2_left5.xml
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?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="q"
|
||||
latin:keyHintLabel="\@"
|
||||
latin:additionalMoreKeys="\\@"
|
||||
latin:moreKeys="!text/morekeys_q" />
|
||||
<Key
|
||||
latin:keySpec="s"
|
||||
latin:keyHintLabel="#"
|
||||
latin:additionalMoreKeys="#"
|
||||
latin:moreKeys="!text/morekeys_s" />
|
||||
<Key
|
||||
latin:keySpec="d"
|
||||
latin:keyHintLabel="$"
|
||||
latin:additionalMoreKeys="$"
|
||||
latin:moreKeys="!text/morekeys_d" />
|
||||
<Key
|
||||
latin:keySpec="f"
|
||||
latin:keyHintLabel="%"
|
||||
latin:additionalMoreKeys="%" />
|
||||
<Key
|
||||
latin:keySpec="g"
|
||||
latin:keyHintLabel="&"
|
||||
latin:additionalMoreKeys="&"
|
||||
latin:moreKeys="!text/morekeys_g" />
|
||||
</merge>
|
47
app/src/main/res/xml/rowkeys_azerty2_right5.xml
Normal file
47
app/src/main/res/xml/rowkeys_azerty2_right5.xml
Normal file
|
@ -0,0 +1,47 @@
|
|||
<?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="h"
|
||||
latin:keyHintLabel="-"
|
||||
latin:additionalMoreKeys="-"
|
||||
latin:moreKeys="!text/morekeys_h" />
|
||||
<Key
|
||||
latin:keySpec="j"
|
||||
latin:keyHintLabel="+"
|
||||
latin:additionalMoreKeys="+"
|
||||
latin:moreKeys="!text/morekeys_j" />
|
||||
<Key
|
||||
latin:keySpec="k"
|
||||
latin:keyHintLabel="("
|
||||
latin:additionalMoreKeys="("
|
||||
latin:moreKeys="!text/morekeys_k" />
|
||||
<Key
|
||||
latin:keySpec="l"
|
||||
latin:keyHintLabel=")"
|
||||
latin:additionalMoreKeys=")"
|
||||
latin:moreKeys="!text/morekeys_l" />
|
||||
<Key
|
||||
latin:keySpec="m"
|
||||
latin:keyHintLabel="\?"
|
||||
latin:additionalMoreKeys="\\?" />
|
||||
</merge>
|
|
@ -19,47 +19,11 @@
|
|||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res-auto"
|
||||
>
|
||||
<Key
|
||||
latin:keySpec="w"
|
||||
latin:keyHintLabel="*"
|
||||
latin:additionalMoreKeys="*"
|
||||
latin:moreKeys="!text/morekeys_w" />
|
||||
<Key
|
||||
latin:keySpec="x"
|
||||
latin:keyHintLabel="""
|
||||
latin:additionalMoreKeys=""" />
|
||||
<Key
|
||||
latin:keySpec="c"
|
||||
latin:keyHintLabel="'"
|
||||
latin:additionalMoreKeys="'"
|
||||
latin:moreKeys="!text/morekeys_c" />
|
||||
<Key
|
||||
latin:keySpec="v"
|
||||
latin:keyHintLabel=":"
|
||||
latin:additionalMoreKeys=":"
|
||||
latin:moreKeys="!text/morekeys_v" />
|
||||
<Key
|
||||
latin:keySpec="b"
|
||||
latin:keyHintLabel=";"
|
||||
latin:additionalMoreKeys=";" />
|
||||
<Key
|
||||
latin:keySpec="n"
|
||||
latin:keyHintLabel="!"
|
||||
latin:additionalMoreKeys="!"
|
||||
latin:moreKeys="!text/morekeys_n" />
|
||||
<switch>
|
||||
<case
|
||||
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
||||
>
|
||||
<Key
|
||||
latin:keySpec="\?" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keySpec="\'"
|
||||
latin:moreKeys="!text/morekeys_single_quote" />
|
||||
</default>
|
||||
</switch>
|
||||
xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<!-- w,x,c,v -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_azerty3_left4" />
|
||||
<!-- b,n,? -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_azerty3_right3" />
|
||||
</merge>
|
||||
|
|
43
app/src/main/res/xml/rowkeys_azerty3_left4.xml
Normal file
43
app/src/main/res/xml/rowkeys_azerty3_left4.xml
Normal file
|
@ -0,0 +1,43 @@
|
|||
<?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="*"
|
||||
latin:additionalMoreKeys="*"
|
||||
latin:moreKeys="!text/morekeys_w" />
|
||||
<Key
|
||||
latin:keySpec="x"
|
||||
latin:keyHintLabel="""
|
||||
latin:additionalMoreKeys=""" />
|
||||
<Key
|
||||
latin:keySpec="c"
|
||||
latin:keyHintLabel="'"
|
||||
latin:additionalMoreKeys="'"
|
||||
latin:moreKeys="!text/morekeys_c" />
|
||||
<Key
|
||||
latin:keySpec="v"
|
||||
latin:keyHintLabel=":"
|
||||
latin:additionalMoreKeys=":"
|
||||
latin:moreKeys="!text/morekeys_v" />
|
||||
</merge>
|
46
app/src/main/res/xml/rowkeys_azerty3_right3.xml
Normal file
46
app/src/main/res/xml/rowkeys_azerty3_right3.xml
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?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="b"
|
||||
latin:keyHintLabel=";"
|
||||
latin:additionalMoreKeys=";" />
|
||||
<Key
|
||||
latin:keySpec="n"
|
||||
latin:keyHintLabel="!"
|
||||
latin:additionalMoreKeys="!"
|
||||
latin:moreKeys="!text/morekeys_n" />
|
||||
<switch>
|
||||
<case
|
||||
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
||||
>
|
||||
<Key
|
||||
latin:keySpec="\?" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keySpec="\'"
|
||||
latin:moreKeys="!text/morekeys_single_quote" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
Loading…
Add table
Add a link
Reference in a new issue