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

Commit e8e137a8 authored by Vaibhav Devmurari's avatar Vaibhav Devmurari Committed by Android (Google) Code Review
Browse files

Merge "Allow metaState changes from keys not declared by the keyboard" into main

parents 6c38f234 a81376b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -391,7 +391,7 @@ int32_t KeyboardInputMapper::getMetaState() {
}

bool KeyboardInputMapper::updateMetaState(int32_t keyCode) {
    if (!android::isMetaKey(keyCode) || !getDeviceContext().hasKeyCode(keyCode)) {
    if (!android::isMetaKey(keyCode)) {
        return false;
    }