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 configurable key press delay #1633

Merged
merged 12 commits into from
Sep 27, 2023
Merged

Commits on Dec 18, 2022

  1. config: correctly handle new missing int options

    getint apparently gives `None` if the config value is missing instead of
    throwing a `KeyValue` exception, so it eventually ends up falling
    through the `InvalidConfigOption` path and wrongly reports an error
    DropDemBits committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    99aacf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02d2e94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0cac46 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    f2a5e8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfca03c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3f2458 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    cfcc65a View commit details
    Browse the repository at this point in the history
  2. plover/machine/keyboard: Refactor key press delay code into generic k…

    …eyboard emulation machine
    sammdot committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6a88de0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69bacb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7905f0 View commit details
    Browse the repository at this point in the history
  5. debugging is hard

    sammdot committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c845e0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a127694 View commit details
    Browse the repository at this point in the history