OhMyGuus / BetterCrewlink-mobile

GNU General Public License v3.0
136 stars 19 forks source link

Some keys are not properly recognized #10

Closed Seblor closed 3 years ago

Seblor commented 3 years ago

On CrewLink, I am used to have the Right Alt and Right Ctrl key to respectively mute and deafen myself. However, Better-CrewLink does not make the distinction between Left Ctrl and Right Ctrl, and is mistaking Right Alt for Ctrl.

OhMyGuus commented 3 years ago

This issue is on the wrong github, for issues on the PC version u can create a issue at: https://github.com/OhMyGuus/BetterCrewLink/issues

--- about the issue tho --- I made a decision about changing the keyboard shortcut handler and moved it from IOHOOK ( the one that crewlink is using) to something I made using getkeystateAsync(). This because iohook wasn't working correctly (it didn't register when u had crewlink selected & it added a slight lag to my mouse/keyboard for a few seconds.

The down side of this change is that the determination of rightcontrol and left control stopped working, I stopped looking at it because I couldn't figure it out. I might however check it again soon.

OhMyGuus commented 3 years ago

^ btw thanks for the report anyway fixed the issue with some of the keys now and will include Right, left control in next update again.

OhMyGuus commented 3 years ago

Fixed btw