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 option to define a selection of MouseButtons to ignore #216

Merged
merged 4 commits into from
Dec 9, 2023

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    7813ead View commit details
    Browse the repository at this point in the history
  2. Format import statement

    Pietrrrek committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    4d5b3c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Replace "ignoreButtons" option with "triggers"

    This commit makes it possible for consumers of this package to define
    more complex inputs that trigger the selection;
        e.g. Control + Shift + Left-mouse-button
    
    A mouse-button is always required while the modifiers are optional.
    Pietrrrek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    af14390 View commit details
    Browse the repository at this point in the history
  2. Use Primary (0) as default

    Pietrrrek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0de0275 View commit details
    Browse the repository at this point in the history