Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a987f6d0 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Use Devanagari Danda letter as full stop on Hindi keyboard

Bug: 17418371
Change-Id: I22bb2913015a83604301576e68095974c38b7c9a
parent d368975c
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -24,17 +24,6 @@
    <!-- The table period key which may have different label depending on locale -->
    <!-- Kept as a separate file for cleaner overriding by an overlay.  -->
    <switch>
        <case
            latin:languageCode="hi"
            latin:keyboardLayoutSet="hindi_compact"
        >
            <!-- U+0964: "।" DEVANAGARI DANDA -->
            <Key
                latin:keySpec="\u0964"
                latin:keyLabelFlags="hasPopupHint"
                latin:moreKeys="!autoColumnOrder!8,\\,,.,',#,),(,/,;,@,:,-,&quot;,+,\\%,&amp;"
                latin:backgroundType="functional" />
        </case>
        <case
            latin:keyboardLayoutSet="dvorak"
        >
+0 −11
Original line number Diff line number Diff line
@@ -22,17 +22,6 @@
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
    <switch>
        <case
            latin:languageCode="hi"
            latin:keyboardLayoutSet="hindi_compact"
        >
            <!-- U+0964: "।" DEVANAGARI DANDA -->
            <Key
                latin:keySpec="\u0964"
                latin:keyLabelFlags="hasPopupHint"
                latin:moreKeys="!autoColumnOrder!9,\\,,.,?,!,#,),(,/,;,',@,:,-,&quot;,+,\\%,&amp;"
                latin:backgroundType="functional" />
        </case>
        <case
            latin:languageCode="ne"
            latin:keyboardLayoutSet="nepali_traditional"
Loading