riperiperi / FreeSO

Re-implementation of The Sims Online.
http://freeso.org
Mozilla Public License 2.0
817 stars 95 forks source link

Unexpected behaviors while typing using AltGr #155

Closed Cosmatevs closed 4 years ago

Cosmatevs commented 4 years ago

Many keyboard layouts use AltGr to allow to type diacritized letters or special characters. FreeSO doesn't take it into account for now. AltGr+A erases whole message you're typing, AltGr+S opens the lot save dialog, etc.

add-a-page

Cosmatevs commented 4 years ago

Reason KeyboardState.IsKeyDown(Keys.LeftControl) is true when AltGr is down. So, for example, AltGr+A selects whole message and then ą appears and replaces that message.