All commands can be assigned to hotkeys (#582)
This commit is contained in:
parent
00680e804c
commit
907bb90c64
22 changed files with 260 additions and 82 deletions
|
|
@ -2,6 +2,10 @@
|
|||
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
app:orderingFromXml="true">
|
||||
|
||||
<DropDownPreference
|
||||
app:key="key_add_word"
|
||||
app:title="@string/function_add_word" />
|
||||
|
||||
<DropDownPreference
|
||||
app:key="key_backspace"
|
||||
app:title="@string/function_backspace" />
|
||||
|
|
@ -14,6 +18,10 @@
|
|||
app:key="key_filter_clear"
|
||||
app:title="@string/function_filter_clear" />
|
||||
|
||||
<DropDownPreference
|
||||
app:key="key_edit_text"
|
||||
app:title="@string/function_edit_text" />
|
||||
|
||||
<DropDownPreference
|
||||
app:key="key_filter_suggestions"
|
||||
app:title="@string/function_filter_suggestions" />
|
||||
|
|
@ -38,6 +46,18 @@
|
|||
app:key="key_tab"
|
||||
app:title="@string/key_tab" />
|
||||
|
||||
<DropDownPreference
|
||||
app:key="key_select_keyboard"
|
||||
app:title="@string/function_select_keyboard" />
|
||||
|
||||
<DropDownPreference
|
||||
app:key="key_show_settings"
|
||||
app:title="@string/function_show_settings" />
|
||||
|
||||
<DropDownPreference
|
||||
app:key="key_voice_input"
|
||||
app:title="@string/function_voice_input" />
|
||||
|
||||
<Preference
|
||||
app:key="reset_keys"
|
||||
app:title="@string/function_reset_keys_title" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue