mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-02-18 12:50:36 +01:00
Add en dash and em dash to popup menu for hyphen
This commit is contained in:
parent
89a517f560
commit
e62cc90c98
@ -25,7 +25,10 @@
|
|||||||
<Key app:keyLabel="%" />
|
<Key app:keyLabel="%" />
|
||||||
<Key app:keyLabel="&" />
|
<Key app:keyLabel="&" />
|
||||||
<Key app:keyLabel="*" />
|
<Key app:keyLabel="*" />
|
||||||
<Key app:keyLabel="-" />
|
<Key
|
||||||
|
app:keyLabel="-"
|
||||||
|
app:popupCharacters="-–—"
|
||||||
|
app:popupKeyboard="@xml/keyboard_popup_template" />
|
||||||
<Key app:keyLabel="=" />
|
<Key app:keyLabel="=" />
|
||||||
<Key app:keyLabel="(" />
|
<Key app:keyLabel="(" />
|
||||||
<Key
|
<Key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user