Add settings for home button gesture

This commit is contained in:
MM20
2023-06-23 17:17:08 +02:00
parent e350e0f640
commit 918f340dd2
4 changed files with 57 additions and 0 deletions
@@ -775,6 +775,7 @@
<string name="preference_gesture_swipe_right">Swipe right</string>
<string name="preference_gesture_double_tap">Double tap</string>
<string name="preference_gesture_long_press">Long press</string>
<string name="preference_gesture_home_button">Home button/gesture</string>
<string name="gesture_action_none">None</string>
<string name="gesture_action_open_search">Open search</string>
<string name="gesture_action_launch_app">Launch app</string>
@@ -329,6 +329,8 @@ message Settings {
string swipe_right_app = 8;
string double_tap_app = 9;
string long_press_app = 10;
GestureAction home_button = 11;
string home_button_app = 12;
}
GestureSettings gestures = 28;