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 --raw-key-events #2831

Merged
merged 3 commits into from
Nov 29, 2021
Merged

Add --raw-key-events #2831

merged 3 commits into from
Nov 29, 2021

Commits on Nov 29, 2021

  1. Use static maps to convert input events

    This improves readability (hopefully).
    
    PR #2831 <#2831>
    rom1v committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    0c0f62e View commit details
    Browse the repository at this point in the history
  2. Use enum for key injection mode

    There was only two key injection modes:
     - the default one
     - the mode with --prefer-text enabled
    
    To prepare the addition of another mode (--raw-key-events), use an enum
    instead of a bool.
    
    PR #2831 <#2831>
    rom1v committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    5e918ac View commit details
    Browse the repository at this point in the history
  3. Add --raw-key-events

    This option allows to inject all input keys as key events, and ignore
    text events.
    
    Fixes #2816 <#2816>
    PR #2831 <#2831>
    rom1v committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    bd56d81 View commit details
    Browse the repository at this point in the history