Fixed scan code translation skip checking (fixes missing break code on Alt+Print Screen / SysRq) and actually committed the Acer V10 fix.

This commit is contained in:
OBattler
2023-04-10 13:45:55 +02:00
parent 18ee7f7080
commit c614efa075
3 changed files with 7 additions and 3 deletions

View File

@@ -66,6 +66,7 @@ static uint8_t
fake_shift_needed(uint16_t scan)
{
switch (scan) {
case 0x137: /* Yes, Print Screen requires the fake shifts. */
case 0x147:
case 0x148:
case 0x149: