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

Commit 89d385c4 authored by Koushik K. Dutta's avatar Koushik K. Dutta
Browse files

allow mouse/trackball click for enter on touch only devices.

parent 22d79a5c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ int device_handle_key(int key_code, int visible) {
                return HIGHLIGHT_UP;

            case KEY_ENTER:
            case BTN_MOUSE:
                return SELECT_ITEM;
        }
    }