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 support for mod key to be dynamic based on Mac/Windows #715

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 7, 2024

  1. Add support for mod key to be dynamic based on Mac/Windows

    - Adds `mod` to the `defaultSchema` which will resolve to `Meta` on a MacOS like device and `Control` on Windows like
    - Uses `mod` to be used as a key filter modifier for either `metaKey` or `ctrlKey` based on the resolved value
    - Add unit tests and documentation for the `mod` key, and an example to the slideshow page
    - Closes hotwired#654
    lb- committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b59ab24 View commit details
    Browse the repository at this point in the history