commit | 02a31a6ec2a0c9759ac7993eda98999ee79f325b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Feb 20 13:20:40 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Feb 20 13:20:40 2024 +0000 |
tree | b0d1e2b726f0e7fb240b5f5e8eeb944362270050 | |
parent | 9aa58846fe08edd7f0307767914d0456b1342d0a [diff] | |
parent | 1405ec4eff35303b839bd0172d216f776337ebac [diff] |
Merge "Stop differentiating between left and right ALT" into main
diff --git a/packages/SystemUI/src/com/android/systemui/keyboard/stickykeys/shared/model/StickyKey.kt b/packages/SystemUI/src/com/android/systemui/keyboard/stickykeys/shared/model/StickyKey.kt index 72a81cb..0f1cc99 100644 --- a/packages/SystemUI/src/com/android/systemui/keyboard/stickykeys/shared/model/StickyKey.kt +++ b/packages/SystemUI/src/com/android/systemui/keyboard/stickykeys/shared/model/StickyKey.kt
@@ -20,8 +20,8 @@ value class Locked(val locked: Boolean) enum class ModifierKey(val displayedText: String) { - ALT("ALT LEFT"), - ALT_GR("ALT RIGHT"), + ALT("ALT"), + ALT_GR("ALT"), CTRL("CTRL"), META("ACTION"), SHIFT("SHIFT"),