Add en dash and em dash to popup menu for hyphen
This commit is contained in:
parent
89a517f560
commit
e62cc90c98
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@
|
|||
<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
|
||||
|
|
Loading…
Reference in a new issue