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

Keyboard replay control #562

Merged
merged 14 commits into from Jan 27, 2023
Merged

Keyboard replay control #562

merged 14 commits into from Jan 27, 2023

Commits on Dec 22, 2022

  1. Approximate constant replay speed

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 22, 2022
    Copy the full SHA
    c1a56a1 View commit details
    Browse the repository at this point in the history
  2. Listen to p-key presses to pause/resume

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 22, 2022
    Copy the full SHA
    d298f53 View commit details
    Browse the repository at this point in the history
  3. Refactor: also start replay when hitting 'p'

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 22, 2022
    Copy the full SHA
    321dc5d View commit details
    Browse the repository at this point in the history
  4. Refactor: clean up util functions

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 22, 2022
    Copy the full SHA
    40a1db9 View commit details
    Browse the repository at this point in the history
  5. Use stopReplay on calendar selection, too

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 22, 2022
    Copy the full SHA
    e0c95c5 View commit details
    Browse the repository at this point in the history
  6. Refactor: simplify for-loop

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 22, 2022
    Copy the full SHA
    7d78096 View commit details
    Browse the repository at this point in the history
  7. Listen to s-key presses to stop

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 22, 2022
    Copy the full SHA
    99fab63 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Show previous results when stopping replay

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 23, 2022
    Copy the full SHA
    22e93a2 View commit details
    Browse the repository at this point in the history
  2. Use abort signals to resolve glitches when pressing the next key befo…

    …re resolving promises
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Dec 23, 2022
    Copy the full SHA
    d25014a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Copy the full SHA
    ef2674a View commit details
    Browse the repository at this point in the history
  2. Changelog entry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 5, 2023
    Copy the full SHA
    6e54abb View commit details
    Browse the repository at this point in the history
  3. Add UI hints

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jan 5, 2023
    Copy the full SHA
    e5c1e27 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Merge branch 'main' into keyboard-replay-actions

    # Conflicts:
    #	documentation/changelog.rst
    Flix6x committed Jan 17, 2023
    Copy the full SHA
    9fd06da View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Merge branch 'main' into keyboard-replay-actions

    # Conflicts:
    #	documentation/changelog.rst
    Flix6x committed Jan 27, 2023
    Copy the full SHA
    83d0bd4 View commit details
    Browse the repository at this point in the history