1
0
Fork 0

Command palette (#528)

* added a command palette hotkey;

* removed the Settings, Add Word and Change Keyboard hotkeys

* added a compact command palette at the bottom

* big refactoring: cleaned up the IME module, added UiHandler and cleaned up the MainViews

* documentation update
This commit is contained in:
Dimo Karaivanov 2024-05-30 10:01:43 +03:00 committed by GitHub
parent 458f3d106d
commit b5d58f5720
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 721 additions and 486 deletions

View file

@ -3,44 +3,36 @@
app:orderingFromXml="true">
<DropDownPreference
app:key="key_add_word"
app:title="@string/function_add_word_key" />
app:key="key_backspace"
app:title="@string/function_backspace" />
<DropDownPreference
app:key="key_backspace"
app:title="@string/function_backspace_key" />
app:key="key_command_palette"
app:title="@string/function_show_command_palette" />
<DropDownPreference
app:key="key_filter_clear"
app:title="@string/function_filter_clear_key" />
app:title="@string/function_filter_clear" />
<DropDownPreference
app:key="key_filter_suggestions"
app:title="@string/function_filter_suggestions_key" />
app:title="@string/function_filter_suggestions" />
<DropDownPreference
app:key="key_previous_suggestion"
app:title="@string/function_previous_suggestion_key" />
app:title="@string/function_previous_suggestion" />
<DropDownPreference
app:key="key_next_suggestion"
app:title="@string/function_next_suggestion_key" />
app:title="@string/function_next_suggestion" />
<DropDownPreference
app:key="key_next_language"
app:title="@string/function_next_language_key" />
app:title="@string/function_next_language" />
<DropDownPreference
app:key="key_next_input_mode"
app:title="@string/function_next_mode_key" />
<DropDownPreference
app:key="key_change_keyboard"
app:title="@string/function_change_keyboard_key" />
<DropDownPreference
app:key="key_show_settings"
app:title="@string/function_show_settings_key" />
app:title="@string/function_next_mode" />
<Preference
app:key="reset_keys"