diff options
| author | Jules Aguillon | 2022-11-05 19:33:46 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-11-05 19:33:46 +0100 |
| commit | 6a7fbf5e50111843397794a981ba5212e230a53a (patch) | |
| tree | 943c0e31421d68609e9bd911256a7263b690aa6a /res/xml | |
| parent | 1e067c9863cb412af582158b54f1467a6e379416 (diff) | |
| download | unexpected-keyboard-6a7fbf5e50111843397794a981ba5212e230a53a.tar.gz unexpected-keyboard-6a7fbf5e50111843397794a981ba5212e230a53a.zip | |
Add combinations to 'accent_slash' and show in settings
The 'accent_slash' was missing in the extra keys setting.
Allow to type more latin letters "with oblique stroke" or "with stroke"
that visually have an oblique bar, that were not added to 'accent_bar'.
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/settings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml index 01a79d9..b66cd13 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -27,6 +27,7 @@ <juloo.keyboard2.ExtraKeyCheckBoxPreference app:index="18"/> <juloo.keyboard2.ExtraKeyCheckBoxPreference app:index="19"/> <juloo.keyboard2.ExtraKeyCheckBoxPreference app:index="20"/> + <juloo.keyboard2.ExtraKeyCheckBoxPreference app:index="21"/> </PreferenceScreen> </PreferenceCategory> <PreferenceCategory android:title="@string/pref_category_typing"> |
