Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: input.c duplicate case values — modifiers already mapped at line 51

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1 -4
+1 -4
fedac/native/src/input.c
··· 73 73 case KEY_F7: return "f7"; case KEY_F8: return "f8"; 74 74 case KEY_F9: return "f9"; case KEY_F10: return "f10"; 75 75 case KEY_F11: return "f11"; case KEY_F12: return "f12"; 76 - case KEY_LEFTMETA: return "meta"; case KEY_RIGHTMETA: return "meta"; 77 - case KEY_LEFTCTRL: return "control"; case KEY_RIGHTCTRL: return "control"; 78 - case KEY_LEFTALT: return "alt"; case KEY_RIGHTALT: return "alt"; 79 - case KEY_LEFTSHIFT: return "shift"; case KEY_RIGHTSHIFT: return "shift"; 76 + case KEY_LEFTMETA: case KEY_RIGHTMETA: return "meta"; 80 77 case KEY_MUTE: return "audiomute"; 81 78 case KEY_VOLUMEDOWN: return "audiovolumedown"; 82 79 case KEY_VOLUMEUP: return "audiovolumeup";