mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Revert back punctuations to the more keys keyboard of the period
Cherry-pick I157164910f from Master. Bug: 11621857 Change-Id: I0fd0496e9091165280f34b4640ff0e524e3847b9
This commit is contained in:
parent
7505290c9a
commit
d7d6088130
@ -39,10 +39,11 @@
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_sign_virama" />
|
||||
<!-- U+002E: "." FULL STOP -->
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariSignVirama"
|
||||
latin:keyLabelFlags="hasPopupHint"
|
||||
latin:moreKeys="!fixedColumnOrder!4,.,!text/more_keys_for_punctuation"
|
||||
latin:moreKeys="!fixedColumnOrder!9,.,!text/more_keys_for_punctuation"
|
||||
latin:backgroundType="functional" />
|
||||
</default>
|
||||
</switch>
|
||||
|
@ -278,7 +278,7 @@ public final class KeyboardTextsSet {
|
||||
/* 50 */ "\u00A2,\u00A3,\u20AC,\u00A5,\u20B1",
|
||||
/* 51 */ "$",
|
||||
/* 52 */ "$,\u00A2,\u20AC,\u00A3,\u00A5,\u20B1",
|
||||
/* 53 */ "!fixedColumnOrder!4,#,!,\\,,?,-,:,',@",
|
||||
/* 53 */ "!fixedColumnOrder!8,;,/,(,),#,!,\\,,?,&,\\%,+,\",-,:,',@",
|
||||
// U+2020: "†" DAGGER
|
||||
// U+2021: "‡" DOUBLE DAGGER
|
||||
// U+2605: "★" BLACK STAR
|
||||
@ -785,7 +785,7 @@ public final class KeyboardTextsSet {
|
||||
null, null, null, null, null, null, null, null,
|
||||
/* ~52 */
|
||||
// U+00B7: "·" MIDDLE DOT
|
||||
/* 53 */ "!fixedColumnOrder!4,\u00B7,!,\\,,?,:,;,@",
|
||||
/* 53 */ "!fixedColumnOrder!9,;,/,(,),#,\u00B7,!,\\,,?,&,\\%,+,\",-,:,',@",
|
||||
/* 54~ */
|
||||
null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
|
||||
null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
|
||||
@ -1935,7 +1935,7 @@ public final class KeyboardTextsSet {
|
||||
// U+20AA: "₪" NEW SHEQEL SIGN
|
||||
/* 51 */ "\u20AA",
|
||||
/* 52 */ null,
|
||||
/* 53 */ null,
|
||||
/* 53 */ "!fixedColumnOrder!8,;,/,(|),)|(,#,!,\\,,?,&,\\%,+,\",-,:,',@",
|
||||
// U+2605: "★" BLACK STAR
|
||||
/* 54 */ "\u2605",
|
||||
/* 55 */ null,
|
||||
|
@ -71,7 +71,7 @@
|
||||
U+0142: "ł" LATIN SMALL LETTER L WITH STROKE -->
|
||||
<string name="more_keys_for_l">l·l,ł</string>
|
||||
<!-- U+00B7: "·" MIDDLE DOT -->
|
||||
<string name="more_keys_for_punctuation">"!fixedColumnOrder!4,·,!,\\,,\?,:,;,\@"</string>
|
||||
<string name="more_keys_for_punctuation">"!fixedColumnOrder!9,;,/,(,),#,·,!,\\,,\?,&,\\%,+,\",-,:,',\@"</string>
|
||||
<string name="more_keys_for_period">\?,·</string>
|
||||
<!-- U+00E7: "ç" LATIN SMALL LETTER C WITH CEDILLA -->
|
||||
<string name="keylabel_for_spanish_row2_10">ç</string>
|
||||
|
@ -28,6 +28,7 @@
|
||||
<!-- U+00B1: "±" PLUS-MINUS SIGN
|
||||
U+FB29: "﬩" HEBREW LETTER ALTERNATIVE PLUS SIGN -->
|
||||
<string name="more_keys_for_plus">±,﬩</string>
|
||||
<string name="more_keys_for_punctuation">"!fixedColumnOrder!8,;,/,(|),)|(,#,!,\\,,\?,&,\\%,+,\",-,:,',\@"</string>
|
||||
<!-- The all letters need to be mirrored are found at
|
||||
http://www.unicode.org/Public/6.1.0/ucd/BidiMirroring.txt -->
|
||||
<string name="more_keys_for_left_parenthesis">!fixedColumnOrder!3,<|>,{|},[|]</string>
|
||||
|
@ -77,7 +77,7 @@
|
||||
<string name="more_keys_for_currency_dollar">¢,£,€,¥,₱</string>
|
||||
<string name="keylabel_for_currency">$</string>
|
||||
<string name="more_keys_for_currency">$,¢,€,£,¥,₱</string>
|
||||
<string name="more_keys_for_punctuation">"!fixedColumnOrder!4,#,!,\\,,\?,-,:,',\@"</string>
|
||||
<string name="more_keys_for_punctuation">"!fixedColumnOrder!8,;,/,(,),#,!,\\,,\?,&,\\%,+,\",-,:,',\@"</string>
|
||||
<!-- U+2020: "†" DAGGER
|
||||
U+2021: "‡" DOUBLE DAGGER
|
||||
U+2605: "★" BLACK STAR -->
|
||||
|
Loading…
Reference in New Issue
Block a user