From 1fb0ebc025b5e62bd22213d55f7a67773ba7f457 Mon Sep 17 00:00:00 2001 From: electrikjesus Date: Tue, 16 Apr 2024 20:55:24 -0400 Subject: [PATCH] docs: update right_mouse_as_back command --- .../Configuration-through-Command-Line-Parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_and_configuration/Configuration-through-Command-Line-Parameters.md b/setup_and_configuration/Configuration-through-Command-Line-Parameters.md index d4211a6c..be7f2d79 100644 --- a/setup_and_configuration/Configuration-through-Command-Line-Parameters.md +++ b/setup_and_configuration/Configuration-through-Command-Line-Parameters.md @@ -500,7 +500,7 @@ INTEL_PSTATE_STATUS=passive * `FORCE_IME_ON_SECONDARY_DISPLAYS`: Enable on-screen keyboard on external display (required for MultiDisplay Input). options: 0,1 * `androidboot.bliss.force_ime_on_all_displays=true`: Force IME on secondary displays. Uses "ro.boot.bliss.force_ime_on_all_displays" property (true,false) * `androidboot.force.navbar_on_secondary_displays=true`: Allow a system property to override this for desktop mode navigation to work on secondary displays. (true/false) -* `ro.boot.force.right_mouse_as_back=true`: Allows overriding AMOTION_EVENT_BUTTON_SECONDARY with AMOTION_EVENT_BUTTON_BACK, using a property trigger. (true/false) +* `androidboot.force.right_mouse_as_back=true`: Allows overriding AMOTION_EVENT_BUTTON_SECONDARY with AMOTION_EVENT_BUTTON_BACK, using a property trigger. (true/false)