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

feat: Identify modifiers on Wayland/X11 (new) #5850

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Jul 24, 2024

  1. feat: Implemented modifiers detection in Wayland

    Co-authored-by: Wez Furlong <[email protected]>
    gabyx and wez committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    bbb9b4a View commit details
    Browse the repository at this point in the history
  2. fix: Remove mask

    Co-authored-by: Wez Furlong <[email protected]>
    gabyx and wez committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0add6de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    653a262 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83772f1 View commit details
    Browse the repository at this point in the history
  5. fix: Wrong order mods

    gabyx committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6acc36d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ed3800 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    592ddde View commit details
    Browse the repository at this point in the history
  8. fix: Documentation

    gabyx committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    82cfe32 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c7f5b4d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2196c9a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    45b4baa View commit details
    Browse the repository at this point in the history
  12. fix: Emit correct codes for latched keys...

    - Caps and NumLock should also be correctly encoded if the they are latched.
      This was ensured by checking the led status. Continue doing this.
    gabyx committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    94591fb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9018bdc View commit details
    Browse the repository at this point in the history