Remove super key workaround

Moonlight can now pass the super key natively
This commit is contained in:
Cameron Gutman
2021-07-06 23:34:11 -05:00
parent 3d81b0fe7a
commit 6d0499b0e3
2 changed files with 2 additions and 6 deletions

View File

@@ -290,8 +290,8 @@ uint16_t keysym(uint16_t modcode) {
return XK_Control_R;
case 0xA4:
return XK_Alt_L;
case 0xA5: /* return XK_Alt_R; */
return XK_Super_L;
case 0xA5:
return XK_Alt_R;
case 0x5B:
return XK_Super_L;
case 0x5C: