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

Commit d9cdc50b authored by LordGiacomoS's avatar LordGiacomoS Committed by Simon Chan
Browse files

Added allowance for enter key

parent f6a58299
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ export enum AndroidKeyCode {
    Y,
    Z,
    Space = 62,
    Enter = 66,
    Delete = 67,
    AppSwitch = 187,
}