fork of PCE focusing on macplus, supporting DaynaPort SCSI network emulation
0
fork

Configure Feed

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

mac: Add PCE_KEY_LSUPER, fix LALT mapping

+2 -1
+2 -1
src/arch/macplus/keyboard.c
··· 86 86 { PCE_KEY_PERIOD, 1, { 0x5f }, 1, { 0xdf } }, 87 87 { PCE_KEY_SLASH, 1, { 0x59 }, 1, { 0xd9 } }, 88 88 { PCE_KEY_LCTRL, 1, { 0x75 }, 1, { 0xf5 } }, 89 + { PCE_KEY_LSUPER, 1, { 0x6f }, 1, { 0xef } }, 89 90 { PCE_KEY_RCTRL, 1, { 0x75 }, 1, { 0xf5 } }, 90 - { PCE_KEY_LALT, 1, { 0x6f }, 1, { 0xef } }, 91 + { PCE_KEY_LALT, 1, { 0x75 }, 1, { 0xf5 } }, 91 92 { PCE_KEY_RALT, 1, { 0x69 }, 1, { 0xe9 } }, 92 93 { PCE_KEY_MODE, 1, { 0x75 }, 1, { 0xf5 } }, 93 94 { PCE_KEY_SPACE, 1, { 0x63 }, 1, { 0xe3 } },