VCCE / VCC

Tandy Color Computer 3 Emulator
GNU General Public License v3.0
64 stars 22 forks source link

keyboardLayout.c #81

Closed ejaquay closed 2 years ago

ejaquay commented 2 years ago

Map Pc HOME key to CoCo CLEAR on coco and natural keymaps

keyboard.c define ScanCode unsigned char (was signed)

config.c Auto select custom keyboard when edit button pushed

ejaquay commented 2 years ago

Additional commits added to correct screen size issue #82 and also to restore mappings for END key which was found to have an issue simular to that of HOME key.

ejaquay commented 2 years ago

Fix home and end keys for hardcoded keymaps.