Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
22.11k stars 840 forks source link

Entering 'y' results in 'z' and vice-versa, but everything else works fine. #633

Open bolandross opened 3 years ago

bolandross commented 3 years ago

It doesn't seem to be a locale problem, since everything else seems to work fine (German umlauts and special characters work properly)

Any ideas?

Vorsteven commented 3 years ago

I was annoyed by the same problem but could not find the cause. As a preliminary solution, I have edited kb-layouts/default.keytab* and added the following lines:

key Y                  : "z"
key Z                  : "y"
key Y+Shift            : "Z"
key Z+Shift            : "Y"
bolandross commented 3 years ago

I am having this problem on macOS. Seems to be the same issue as #615.

Any ideas from the developers?

frnco commented 3 years ago

Works fine on Arch Linux, from the comments my first guess would be it's macOS-only.