mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 10:30:47 +00:00
Add meta modifiers
This commit is contained in:
@@ -240,6 +240,10 @@ static bool evdev_handle_event(struct input_event *ev, struct input_device *dev)
|
||||
case KEY_RIGHTCTRL:
|
||||
modifier = MODIFIER_CTRL;
|
||||
break;
|
||||
case KEY_LEFTMETA:
|
||||
case KEY_RIGHTMETA:
|
||||
modifier = MODIFIER_META;
|
||||
break;
|
||||
}
|
||||
if (modifier != 0) {
|
||||
if (ev->value)
|
||||
|
||||
Reference in New Issue
Block a user