petrohi / terminal

Geoff's VT100 Terminal
Other
79 stars 24 forks source link

Germany Keyboard Layout #18

Closed dl8bb closed 3 years ago

dl8bb commented 4 years ago

This is my 1st try for a German Keyboard Layout. My Layout is currently alternate to UK Keyboard Layout because of stack limitations.

I did the following additions and changes:

Kind regards, birko --

petrohi commented 3 years ago

Looks good! Please remove changes in files under nbproject and I will merge.

dl8bb commented 3 years ago

Ohhh... I'll try to cleanup in the next days.

petrohi commented 3 years ago

Please take a look at #19.

I adjusted your code to have DE layout available on par with UK and US. I also added support for emitting UTF8 (contemporary Linux etc) as well as ISO 8859-1 (for single-byte character environments) based on the same SETUP setting used for rendering characters. As a bonus I fixed UK layout--turns out I was not detecting AltGr correctly--your PR put me on the right track!

Please take a look and, if possible, try out with real DE keyboard (I ordered one, but it will take time for it to arrive from EU). If everything is fine I will close this PR and merge #19.