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

Pls add option for align #285

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open

Pls add option for align #285

wants to merge 47 commits into from

Commits on Jul 14, 2017

  1. Configuration menu
    Copy the full SHA
    815f75d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f2ae82 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2017

  1. Configuration menu
    Copy the full SHA
    83d7c76 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2017

  1. Show mouse actions as keys with a symbol

    Support Left, Middle, Right XButton1, XButton2 and ScrollWheel.
    To support MouseWheel VolumeUp and VolumeDown where used as substitute
    as to not have to refactor the whole application.
    bfritscher committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    51c5c44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53d744f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e10b7ae View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Support showing ctrl, alt, win keys pressed down without any other key

    - Removed filtering of modifierkey to allow to handle them in ToInputs.
    - Filtered triggering of modifier display for modifierkeys themselves in
    ToInputs.
    - Exposed IsModifierKeyPress as static to be used in KeyPress and
    Messages.
    - KeyPress.HasModifierPress returns false if key is a modifierkey itself
    (allow the merging in Message).
    - Removed merge flag in favor of handling the strategy directly in Message.MergeIfNeeded
    bfritscher committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    c3e04a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a4649c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6b2be5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32895ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6739401 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d582c92 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c09620 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    54b87d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6fd93b0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a8baf98 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    35c2747 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b10fcda View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4e7bcde View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. ensure the mouse hook is disposed on exit

    also try to unload this hook if possible - for lowest CPU cost
    gdh1995 committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    42d6d3b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from gdh1995/ensure-hooks-are-disposed

    ensure the mouse hook is disposed on exit
    bfritscher authored Jul 20, 2017
    Configuration menu
    Copy the full SHA
    2c2da94 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2018

  1. Configuration menu
    Copy the full SHA
    78a8385 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    7f6d61e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efdf520 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eabc121 View commit details
    Browse the repository at this point in the history
  4. Show mouse actions as keys with a symbol

    Support Left, Middle, Right XButton1, XButton2 and ScrollWheel.
    To support MouseWheel VolumeUp and VolumeDown where used as substitute
    as to not have to refactor the whole application.
    bfritscher committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    0471dbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1d8417 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5772673 View commit details
    Browse the repository at this point in the history
  7. Support showing ctrl, alt, win keys pressed down without any other key

    - Removed filtering of modifierkey to allow to handle them in ToInputs.
    - Filtered triggering of modifier display for modifierkeys themselves in
    ToInputs.
    - Exposed IsModifierKeyPress as static to be used in KeyPress and
    Messages.
    - KeyPress.HasModifierPress returns false if key is a modifierkey itself
    (allow the merging in Message).
    - Removed merge flag in favor of handling the strategy directly in Message.MergeIfNeeded
    bfritscher committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    4f10ff4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8966da4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0387dac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5af9005 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    859e17d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d52b11b View commit details
    Browse the repository at this point in the history
  13. ensure the mouse hook is disposed on exit

    also try to unload this hook if possible - for lowest CPU cost
    gdh1995 authored and bfritscher committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    99d3acc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6ed6d5c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6bfa3a7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    67b1f39 View commit details
    Browse the repository at this point in the history
  17. Fix merge rebase

    bfritscher committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    0497ff2 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #5 from tkozono/beta

    Add scroll button click color and allow multiple modifiers for clicks
    bfritscher authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    7b578b8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1ed340a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    de28bca View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f67d601 View commit details
    Browse the repository at this point in the history
  22. small info in readme

    bfritscher committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    494dbb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Update README.md

    bfritscher authored Aug 15, 2021
    Configuration menu
    Copy the full SHA
    d3b2dc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Fix typo in readme

    MiYanni authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    a21487a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #49 from MiYanni/patch-1

    Fix typo in readme
    bfritscher authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    19f8b86 View commit details
    Browse the repository at this point in the history