Merge pull request #124 from suttod/symbols

Add some requested symbols
This commit is contained in:
Tibor Kaputa 2023-02-10 17:46:19 +01:00 committed by GitHub
commit f10b94f0e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 50 additions and 5 deletions

View File

@ -169,6 +169,8 @@
app:keyWidth="40%p" />
<Key
app:keyLabel="."
app:popupCharacters=",?!;:…"
app:popupKeyboard="@xml/keyboard_popup_template"
app:keyWidth="10%p" />
<Key
app:code="-4"

View File

@ -130,6 +130,8 @@
app:keyWidth="40%p" />
<Key
app:keyLabel="."
app:popupCharacters=",?!;:…"
app:popupKeyboard="@xml/keyboard_popup_template"
app:keyWidth="10%p" />
<Key
app:code="-4"

View File

@ -132,6 +132,8 @@
app:keyWidth="40%p" />
<Key
app:keyLabel="."
app:popupCharacters=",?!;:…"
app:popupKeyboard="@xml/keyboard_popup_template"
app:keyWidth="10%p" />
<Key
app:code="-4"

View File

@ -132,6 +132,8 @@
app:keyWidth="40%p" />
<Key
app:keyLabel="."
app:popupCharacters=",?!;:…"
app:popupKeyboard="@xml/keyboard_popup_template"
app:keyWidth="10%p" />
<Key
app:code="-4"

View File

@ -113,6 +113,8 @@
app:keyWidth="40%p" />
<Key
app:keyLabel="."
app:popupCharacters=",?!;:…"
app:popupKeyboard="@xml/keyboard_popup_template"
app:keyWidth="10%p" />
<Key
app:code="-4"

View File

@ -132,6 +132,8 @@
app:keyWidth="40%p" />
<Key
app:keyLabel="."
app:popupCharacters=",?!;:…"
app:popupKeyboard="@xml/keyboard_popup_template"
app:keyWidth="10%p" />
<Key
app:code="-4"

View File

@ -144,6 +144,8 @@
app:keyWidth="40%p" />
<Key
app:keyLabel="."
app:popupCharacters=",?!;:…"
app:popupKeyboard="@xml/keyboard_popup_template"
app:keyWidth="10%p" />
<Key
app:code="-4"

View File

@ -132,6 +132,8 @@
app:keyWidth="40%p" />
<Key
app:keyLabel="."
app:popupCharacters=",?!;:…"
app:popupKeyboard="@xml/keyboard_popup_template"
app:keyWidth="10%p" />
<Key
app:code="-4"

View File

@ -116,6 +116,8 @@
app:keyWidth="40%p" />
<Key
app:keyLabel="."
app:popupCharacters=",?!;:…"
app:popupKeyboard="@xml/keyboard_popup_template"
app:keyWidth="10%p" />
<Key
app:code="-4"

View File

@ -166,6 +166,8 @@
app:keyWidth="40%p" />
<Key
app:keyLabel="."
app:popupCharacters=",?!;:…"
app:popupKeyboard="@xml/keyboard_popup_template"
app:keyWidth="10%p" />
<Key
app:code="-4"

View File

@ -119,6 +119,8 @@
app:keyWidth="40%p" />
<Key
app:keyLabel="."
app:popupCharacters=",?!;:…"
app:popupKeyboard="@xml/keyboard_popup_template"
app:keyWidth="10%p" />
<Key
app:code="-4"

View File

@ -130,6 +130,8 @@
app:keyWidth="40%p" />
<Key
app:keyLabel="."
app:popupCharacters=",?!;:…"
app:popupKeyboard="@xml/keyboard_popup_template"
app:keyWidth="10%p" />
<Key
app:code="-4"

View File

@ -140,6 +140,8 @@
app:keyWidth="40%p" />
<Key
app:keyLabel="."
app:popupCharacters=",?!;:…"
app:popupKeyboard="@xml/keyboard_popup_template"
app:keyWidth="10%p" />
<Key
app:code="-4"

View File

@ -25,7 +25,10 @@
<Key app:keyLabel="%" />
<Key app:keyLabel="&amp;" />
<Key app:keyLabel="*" />
<Key app:keyLabel="-" />
<Key
app:keyLabel="-"
app:popupCharacters="-–—"
app:popupKeyboard="@xml/keyboard_popup_template" />
<Key app:keyLabel="=" />
<Key app:keyLabel="(" />
<Key
@ -39,8 +42,14 @@
app:keyLabel="=\\&lt;"
app:keyWidth="15%p" />
<Key app:keyLabel="!" />
<Key app:keyLabel="&quot;" />
<Key app:keyLabel="\'" />
<Key
app:keyLabel="&quot;"
app:popupCharacters="“”„‟«»"
app:popupKeyboard="@xml/keyboard_popup_template" />
<Key
app:keyLabel="\'"
app:popupCharacters=""
app:popupKeyboard="@xml/keyboard_popup_template" />
<Key app:keyLabel=":" />
<Key app:keyLabel=";" />
<Key app:keyLabel="/" />
@ -67,6 +76,8 @@
app:keyWidth="50%p" />
<Key
app:keyLabel="."
app:popupCharacters=",\?!;:…"
app:popupKeyboard="@xml/keyboard_popup_template"
app:keyWidth="10%p" />
<Key
app:code="-4"

View File

@ -39,8 +39,14 @@
app:keyLabel="\?123"
app:keyWidth="15%p" />
<Key app:keyLabel="¡" />
<Key app:keyLabel="&lt;" />
<Key app:keyLabel="&gt;" />
<Key
app:keyLabel="&lt;"
app:popupCharacters="‹«"
app:popupKeyboard="@xml/keyboard_popup_template" />
<Key
app:keyLabel="&gt;"
app:popupCharacters="›»"
app:popupKeyboard="@xml/keyboard_popup_template" />
<Key app:keyLabel="¢" />
<Key app:keyLabel="|" />
<Key app:keyLabel="\\" />
@ -67,6 +73,8 @@
app:keyWidth="50%p" />
<Key
app:keyLabel="."
app:popupCharacters=",?!;:…"
app:popupKeyboard="@xml/keyboard_popup_template"
app:keyWidth="10%p" />
<Key
app:code="-4"