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

Add MSG_XI_KEYPRESS and MSG_XI_FOCUS #19

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 21, 2022

  1. Add MSG_XI_KEYPRESS and MSG_XI_FOCUS

    Include information for finer event differentiation, e.g. key repeat.
    
    Note that RawKeyPress should be another event (yet to be added)
    iacore committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    4af507d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Fix typo & comments

    iacore committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    c25a713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30bbc21 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Bump protocol version to 1.5

    iacore committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ee3b1b9 View commit details
    Browse the repository at this point in the history
  2. Add ->flags to msg_xi_key

    This is used for discarding key repeat at client side
    iacore committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    59dd27d View commit details
    Browse the repository at this point in the history