Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 259cc0f3 authored by Shaowei Shen's avatar Shaowei Shen Committed by Android (Google) Code Review
Browse files

Merge "[Physical Keyboard] Correct key string for mouse key" into main

parents c2776b99 0afe4b3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ import com.android.settingslib.widget.MainSwitchPreference;
public class KeyboardAccessibilityMouseKeysController extends
        InputSettingPreferenceController implements
        LifecycleObserver {
    private static final String KEY_MOUSE_KEY = "accessibility_mouse_keys";
    private static final String KEY_MOUSE_KEY = "keyboard_a11y_page_mouse_keys";
    private static final String KEY_MOUSE_KEY_MAIN_PAGE = "mouse_keys_main_switch";

    @Nullable