Add en dash and em dash to popup menu for hyphen

This commit is contained in:
Daniel Sutto 2022-12-28 07:46:22 +01:00
parent 89a517f560
commit e62cc90c98

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