dcrespo3d / ZX-ESPectrum-Wiimote

A ZX spectrum 48K/128K emulator running on ESP32 powered Lilygo TTGo VGA32 v1.4 board, using PS2 keyboard and/or Wiimote as input device. Active branches are master and devkit-custom
MIT License
67 stars 18 forks source link

Added "convenience" keys #2

Closed abelykh0 closed 3 years ago

abelykh0 commented 3 years ago

Added "convenience" keys. These keys don't exist on the real Spectrum, however since they are present on the PS/2 keyboard, why not? Backspace arrows (left right up down) - = ; ' , . /

dcrespo3d commented 3 years ago

Hello, and thanks for your contribution. However, I'm going to put it under #defines, specially arrow keys, because they are used to emulate kempston joystick and may collide. Also, I am using an english keyboard AND a spanish keyboard, and some keys are different.

dcrespo3d commented 3 years ago

Done. I've been thinking about adding other convenience keys (shift+1 for !, etc) but it needs deeper study.