Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional Left/Right Modifiers + Win #61

Merged
merged 1 commit into from
Jun 14, 2020
Merged

Conversation

nolan778
Copy link
Contributor

@nolan778 nolan778 commented May 3, 2020

Summary of changes

Only affects Win32KeyBoard, as I'm unfamiliar with how to make similar changes in the other keyboards.

  • Add Left and Right Variants of Ctrl, Shift, and Alt Modifiers (Existing modifier values unchanged)
  • Add additional Windows key modifier (Left, right and combined)
  • Add convenient function to return the whole modifier bit field

With left and/or right modifiers active, the combined modifier is also active. Both left/right must be inactive for the combined modifier to deactivate. This should only affect client code if they are comparing the entire bit field. However, the function to return the full bit field did not exist before this pull request.

@Ybalrid
Copy link
Member

Ybalrid commented Jun 13, 2020

I'm gonna take a look at this. Somehow GitHub is not sending to me all the notifications from this repository and I did not see this PR

@Ybalrid Ybalrid self-assigned this Jun 13, 2020
@Ybalrid
Copy link
Member

Ybalrid commented Jun 13, 2020

This looks fine to me. I will test these, and either merge this right away, or try to add these modifiers at least on the Linux/X side myself

@Ybalrid
Copy link
Member

Ybalrid commented Jun 14, 2020

I'm happy with this!

@Ybalrid Ybalrid merged commit 07db81d into wgois:master Jun 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants