Qalculate / qalculate-gtk

Qalculate! GTK+ UI
https://qalculate.github.io/
GNU General Public License v2.0
976 stars 72 forks source link

AltGr on W10 works differently than in other programs #522

Closed mwrnckx closed 4 months ago

mwrnckx commented 7 months ago

On my keyboard (Czech QWERTY) normally AltGr+6=^ and AltGr+8=. Everywhere, even here. But in Qalculate! AltGr+6= xor and AltGr+8=^. Why? In particular, I miss the character a lot.

hanna-kn commented 7 months ago

Fixed.

When AltGr is pressed Ctrl is also reported as pressed in Gtk on Windows. Ctr+* is used as shortcut for ^, and Ctrl+^ for xor.