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

Treat modifiers as modifiers and not keys #72

Closed
johanhelsing opened this issue Feb 12, 2022 · 2 comments
Closed

Treat modifiers as modifiers and not keys #72

johanhelsing opened this issue Feb 12, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@johanhelsing
Copy link
Contributor

What problem does this solve?

Detect Ctrl+F, but not F+Ctrl

What solution would you like?

Perhaps something like this?

input_map.insert_with_modifiers(Find, [LControl, LAlt], F);

Related work

Chords are similar, but they trigger when F is held first and then Ctrl is tapped.

@johanhelsing johanhelsing added the enhancement New feature or request label Feb 12, 2022
@alice-i-cecile
Copy link
Contributor

Yep, this is the feature I've been calling "arpeggios".

@alice-i-cecile
Copy link
Contributor

Closing as a duplicate of #49.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants