larsbrinkhoff / terminal-simulator

Simulation of VT52 and VT100 terminal hardware.
GNU General Public License v3.0
113 stars 17 forks source link

AZERTY Support #40

Closed cheznewa closed 1 year ago

cheznewa commented 2 years ago

Hi/Hello, Is Possible To Add AZERTY Keyboard For French User?

larsbrinkhoff commented 2 years ago

Yes, that would be possible. As far as I know, SDL makes it difficult or impossible to detect the keyboard mapping of the host operating system, so AZERTY would have to be manually selected. But other than that, it should be straight-forward.

I don't have any free time at the moment. I invite you to make a pull request.

cheznewa commented 2 years ago

I Can't Write In C, Too Hard For Me.