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

X.A.Repeatable: Auto-detect modifier keys from currentEvent #892

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 26, 2024

  1. X.A.Repeatable: Auto-detect modifier keys from currentEvent

    This makes all the cycleSomething key bindings easier to use: users
    don't need to manually list the KeySyms of modifier keys in addition to
    specifying the mask for the keybinding itself. We can easily get those
    KeySyms from the KeyEvent currently being handled with the help of
    XGetModifierMapping.
    liskin committed May 26, 2024
    Configuration menu
    Copy the full SHA
    52398c2 View commit details
    Browse the repository at this point in the history