ivan-pi / fc8

Fortran CHIP-8 interpreter
GNU General Public License v3.0
7 stars 1 forks source link

QWERTY/AZERTY keyboard #6

Closed ivan-pi closed 1 year ago

ivan-pi commented 1 year ago

Currently I am using the raw key codes from Xlib, which are not portable between operating systems. Instead, we should rely on the (ASCII) characters and fixed keyboard layouts.

A few options:

A few relevant links:

ivan-pi commented 1 year ago

For now, keyboard configuration is performed at build time.