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

Simplify/restrict shortcut mods #4741

Merged
merged 2 commits into from
Jun 23, 2024
Merged

Simplify/restrict shortcut mods #4741

merged 2 commits into from
Jun 23, 2024

Commits on Jun 23, 2024

  1. Simplify shortcut modifiers

    Restrict shortcut modifiers to be composed of only one item each.
    
    Before, it was possible to select a list of multiple combinations of
    modifier keys, like --shortcut-mod='lctrl+lalt,rctrl+rsuper', meaning
    that shortcuts would be triggered either by LCtrl+LAlt+key or
    RCtrl+RSuper+key.
    
    This was overly generic, probably not used very much, and it prevents to
    solve inconsistencies between UP and DOWN events of modifier keys sent
    to the device.
    
    Refs #4732 <#4732>
    PR #4741 <#4741>
    rom1v committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    24bcc3f View commit details
    Browse the repository at this point in the history
  2. Ignore shortcut keycodes

    Never inject keycodes used as shortcut modifiers.
    
    Refs #4732 <#4732>
    PR #4741 <#4741>
    rom1v committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    0b92692 View commit details
    Browse the repository at this point in the history