Skip to content

Conversation

@farhaven
Copy link

Modifiers need to be printed after the key, not in front of it. This changes output of the form

# KEY_LEFTMETA+KEY_EJECTCD      1       command

to

# KEY_EJECTCD+KEY_LEFTMETA     1       command

which matches the way keys are matched in the trigger files.

Modifiers need to be printed after the key, not in front of it. This changes output of the form

    # KEY_LEFTMETA+KEY_EJECTCD      1       command

to

    # KEY_EJECTCD+KEY_LEFTMETA     1       command

which matches the way keys are matched in the trigger files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant