rpsubc8 / ESP32TinyCPC

AMSTRAD CPC Emulator TTGO VGA32
Do What The F*ck You Want To Public License
41 stars 6 forks source link

Keyboard Mapping #5

Closed AxelAhlborn closed 7 months ago

AxelAhlborn commented 1 year ago

Hello, where do I find the " on the keyboard. I use a german keyboard. Greetings Axel

rpsubc8 commented 1 year ago

The project uses the basic keymap. In Spanish, if you press the (right shift key)+(key number 2) the (") appears. It has to be the (right shift key), not the (left shift). All the key translation is in the SDL_keys_poll function of CPCem.ino, so it is very easy to modify it to your liking.