diff options
| author | Jules Aguillon | 2022-12-30 15:15:58 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-12-30 15:29:18 +0100 |
| commit | e333eb06fd9f95ad1234c2bf0c50ce229b0a0e03 (patch) | |
| tree | 39313ab4ed726142d0ca6c48cb8a560840a76654 /res/xml | |
| parent | 764cd882d2980bc734cf9ed9f0b1d74e552474aa (diff) | |
| download | unexpected-keyboard-e333eb06fd9f95ad1234c2bf0c50ce229b0a0e03.tar.gz unexpected-keyboard-e333eb06fd9f95ad1234c2bf0c50ce229b0a0e03.zip | |
Add keys for every context menu actions
The most requested keys are undo and redo. Unfortunatly redo doesn't
work reliably.
The other context menu actions like share, assist and autofill are added
even thought they are rarely useful or implemented.
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/settings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml index 5fc898b..9ddebb9 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -32,6 +32,13 @@ <juloo.keyboard2.ExtraKeyCheckBoxPreference app:index="23"/> <juloo.keyboard2.ExtraKeyCheckBoxPreference app:index="24"/> <juloo.keyboard2.ExtraKeyCheckBoxPreference app:index="25"/> + <juloo.keyboard2.ExtraKeyCheckBoxPreference app:index="26"/> + <juloo.keyboard2.ExtraKeyCheckBoxPreference app:index="27"/> + <juloo.keyboard2.ExtraKeyCheckBoxPreference app:index="28"/> + <juloo.keyboard2.ExtraKeyCheckBoxPreference app:index="29"/> + <juloo.keyboard2.ExtraKeyCheckBoxPreference app:index="30"/> + <juloo.keyboard2.ExtraKeyCheckBoxPreference app:index="31"/> + <juloo.keyboard2.ExtraKeyCheckBoxPreference app:index="32"/> </PreferenceScreen> <ListPreference android:key="numpad_layout" android:title="@string/pref_numpad_layout" android:summary="%s" android:defaultValue="high_first" android:entries="@array/pref_numpad_layout_entries" android:entryValues="@array/pref_numpad_layout_values"/> </PreferenceCategory> |
