Skip to content

fix output of --dump when modifiers are present#38

Open
farhaven wants to merge 1 commit intowertarbyte:masterfrom
farhaven:reorder-dump-output
Open

fix output of --dump when modifiers are present#38
farhaven wants to merge 1 commit intowertarbyte:masterfrom
farhaven:reorder-dump-output

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