1
0
Fork 0

removed the TAB key

This commit is contained in:
sspanak 2024-09-09 10:58:25 +03:00 committed by Dimo Karaivanov
parent ab21e4ca43
commit b158ae3a32
11 changed files with 34 additions and 86 deletions

View file

@ -57,7 +57,7 @@
android:layout_height="@dimen/numpad_key_height"
android:layoutDirection="ltr">
<io.github.sspanak.tt9.ui.main.keys.SoftKeyLF2
<io.github.sspanak.tt9.ui.main.keys.SoftKeyAddWord
android:id="@+id/soft_key_add_word"
style="@android:style/Widget.Holo.Button.Borderless"
android:layout_width="0dp"

View file

@ -186,7 +186,6 @@
<string name="key_menu" translatable="false">Menu</string>
<string name="key_soft_left" translatable="false">Left Func</string>
<string name="key_soft_right" translatable="false">Right Func</string>
<string name="key_tab" translatable="false">Tab</string>
<string name="key_volume_mute">Volume Mute</string>
<string name="key_volume_down">Volume Down</string>
<string name="key_volume_up">Volume Up</string>

View file

@ -42,10 +42,6 @@
app:key="key_next_input_mode"
app:title="@string/function_next_mode" />
<DropDownPreference
app:key="key_tab"
app:title="@string/key_tab" />
<DropDownPreference
app:key="key_select_keyboard"
app:title="@string/function_select_keyboard" />