TechxArtisanStudio / Openterface_QT

Openterface Mini-KVM: Host Applications for Windows and Linux Support
GNU Affero General Public License v3.0
35 stars 5 forks source link

fix: shift + 8 incorrectly mapped to backspace key #12

Closed kashalls closed 1 month ago

kashalls commented 1 month ago

This fixes the issue where typing Shift + 8 would produce a Backspace instead of a asterisk *.

There lies another issue where the keymapping contains duplicate Key_Asterisk, however one is for the Numpad and the other is a Shift modifier. It looks like that Qt handles both keys as the same, so we might want to remove the one for 0x55. Otherwise, this should fix that issue.