Skip to content

Commit e84f038

Browse files
authored
feat: add apostrophe as a popup character on the dot key (#358)
Refs: #356
1 parent 6fde7c6 commit e84f038

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+45
-42
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions

app/src/main/res/xml/keys_letters_belarusian_cyrl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<Key
179179
app:keyLabel="."
180180
app:keyWidth="10%p"
181-
app:popupCharacters=",?!;:…"
181+
app:popupCharacters=",?!;:'"
182182
app:popupKeyboard="@xml/keyboard_popup_template" />
183183
<Key
184184
app:code="-4"

app/src/main/res/xml/keys_letters_belarusian_latn.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<Key
163163
app:keyLabel="."
164164
app:keyWidth="10%p"
165-
app:popupCharacters=",?!;:…"
165+
app:popupCharacters=",?!;:'"
166166
app:popupKeyboard="@xml/keyboard_popup_template" />
167167
<Key
168168
app:code="-4"

app/src/main/res/xml/keys_letters_bengali.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
app:keyWidth="40%p" />
205205
<Key
206206
app:keyLabel="."
207-
app:popupCharacters=",?!;:…"
207+
app:popupCharacters=",?!;:'"
208208
app:popupKeyboard="@xml/keyboard_popup_template"
209209
app:keyWidth="10%p" />
210210
<Key

app/src/main/res/xml/keys_letters_bulgarian.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
app:keyWidth="40%p" />
166166
<Key
167167
app:keyLabel="."
168-
app:popupCharacters=",?!;:…"
168+
app:popupCharacters=",?!;:'"
169169
app:popupKeyboard="@xml/keyboard_popup_template"
170170
app:keyWidth="10%p" />
171171
<Key

app/src/main/res/xml/keys_letters_central_kurdish.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<Key
182182
app:keyLabel="."
183183
app:keyWidth="12%p"
184-
app:popupCharacters=":؛؍،؟!"
184+
app:popupCharacters=":'؛؍،؟!"
185185
app:popupKeyboard="@xml/keyboard_popup_template" />
186186
<Key
187187
app:code="-4"

app/src/main/res/xml/keys_letters_chuvash.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<Key
185185
app:keyLabel="."
186186
app:keyWidth="10%p"
187-
app:popupCharacters=",?!;:…"
187+
app:popupCharacters=",?!;:'"
188188
app:popupKeyboard="@xml/keyboard_popup_template" />
189189
<Key
190190
app:code="-4"

app/src/main/res/xml/keys_letters_czech_qwerty.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
app:keyWidth="40%p" />
163163
<Key
164164
app:keyLabel="."
165-
app:popupCharacters=",?!;:…"
165+
app:popupCharacters=",?!;:'"
166166
app:popupKeyboard="@xml/keyboard_popup_template"
167167
app:keyWidth="10%p" />
168168
<Key

app/src/main/res/xml/keys_letters_czech_qwertz.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
app:keyWidth="40%p" />
163163
<Key
164164
app:keyLabel="."
165-
app:popupCharacters=",?!;:…"
165+
app:popupCharacters=",?!;:'"
166166
app:popupKeyboard="@xml/keyboard_popup_template"
167167
app:keyWidth="10%p" />
168168
<Key

app/src/main/res/xml/keys_letters_danish.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<Key
203203
app:keyLabel="."
204204
app:keyWidth="10%p"
205-
app:popupCharacters=",?!;:…"
205+
app:popupCharacters=",?!;:'"
206206
app:popupKeyboard="@xml/keyboard_popup_template" />
207207
<Key
208208
app:code="-4"

0 commit comments

Comments
 (0)