futokb/java/res/xml/rowkeys_kurdish2.xml
rava 0eb8d28c1b Add Central Kurdish layout
Closes #194 on GitHub

Signed-off-by: Aleksandras Kostarevas <aleks076@protonmail.com>
2024-07-21 19:47:20 +03:00

124 lines
4.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted|alphabetShiftLocked"
>
<!-- U+x0627: "ا" ARABIC LETTER ALF
U+x0622: "آ" ARABIC LETTER ALF WITH SHADA -->
<Key
latin:keySpec="&#x0627;"
latin:moreKeys="&#x0622;" />
<!-- U+0633: "س" ARABIC LETTER SEEN
U+0634: "ش" ARABIC LETTER SHA -->
<Key latin:keySpec="&#x0633;"
latin:moreKeys="&#x0634;"
/>
<!-- U+062F: "د" ARABIC LETTER DAL
U+0630: "ذ" ARABIC LETTER THAL
-->
<Key
latin:keySpec="&#x062F;"
latin:moreKeys="&#x0630;" />
<!-- U+0641: "ف" ARABIC LETTER FAH
U+0625: "إ" ARABIC LETTER ALF WITH KASRA -->
<Key
latin:keySpec="&#x0641;"
latin:moreKeys="&#x0625;" />
<!-- U+06AF: "گ" KURDISH LETTER G
U+063A: "غ" ARABIC LETTER GH
-->
<Key
latin:keySpec="&#x06AF;"
latin:moreKeys="&#x063A;" />
<!-- U+0627: "ه" KURDISH LETTER HA
U+200C: "" KURDISH LETTER NO SPACE BREAK -->
<Key
latin:keySpec="&#x0647;"
latin:moreKeys="&#x200C;" />
<!-- U+062A: "ژ" KURDISH LETTER ZH
U+0623: "أ" ARABIC LETTER ALF WITH HAMZA ABOVE
-->
<Key latin:keySpec="&#x0698;"
latin:moreKeys="&#x0623;" />
<!-- U+06A9: "ک" ARABIC LETTER KAF
U+0643: "ك" ARABIC LETTER ISOLATE KAF
-->
<Key latin:keySpec="&#x06A9;"
latin:moreKeys="&#x0643;" />
<!-- U+0644: "ل" ARABIC LETTER LAM
U+06B5: "ل" KURDISH LETTER LAA -->
<Key latin:keySpec="&#x0644;"
latin:moreKeys="&#x06B5;" />
</case>
<default>
<!-- swap keyspec with morekeys -->
<!-- U+x0622: "آ" ARABIC LETTER ALF WITH SHADA
U+x0627: "ا" ARABIC LETTER ALF -->
<Key
latin:keySpec="&#x0622;"
latin:moreKeys="&#x0627;" />
<!-- U+0634: "ش" ARABIC LETTER SHA
U+0633: "س" ARABIC LETTER SEEN -->
<Key latin:keySpec="&#x0634;"
latin:moreKeys="&#x0633;"
/>
<!-- U+0630: "ذ" ARABIC LETTER THAL
U+062F: "د" ARABIC LETTER DAL -->
<Key
latin:keySpec="&#x0630;"
latin:moreKeys="&#x062F;" />
<!-- U+0625: "إ" ARABIC LETTER ALF WITH KASRA
U+0641: "ف" ARABIC LETTER FAH -->
<Key
latin:keySpec="&#x0625;"
latin:moreKeys="&#x0641;" />
<!-- U+063A: "غ" ARABIC LETTER GH
U+06AF: "گ" KURDISH LETTER G -->
<Key
latin:keySpec="&#x063A;"
latin:moreKeys="&#x06AF;" />
<!-- U+200C: "" KURDISH LETTER NO SPACE BREAK
U+0647: "ه" KURDISH LETTER HA -->
<Key
latin:keySpec="&#x200C;"
latin:moreKeys="&#x0647;" />
<!-- U+0623: "أ" ARABIC LETTER ALF WITH HAMZA ABOVE
U+0698: "ژ" KURDISH LETTER ZH -->
<Key latin:keySpec="&#x0623;"
latin:moreKeys="&#x0698;" />
<!-- U+0643: "ك" ARABIC LETTER ISOLATE KAF
U+06A9: "ک" ARABIC LETTER KAF -->
<Key latin:keySpec="&#x0643;"
latin:moreKeys="&#x06A9;" />
<!-- U+06B5: "ل" KURDISH LETTER LAA
U+0644: "ل" ARABIC LETTER LAM -->
<Key latin:keySpec="&#x06B5;"
latin:moreKeys="&#x0644;" />
</default>
</switch>
</merge>