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

make macro-release-cancel also cancel virtual keys #1118

Closed
SequentialDesign opened this issue Jun 16, 2024 · 1 comment
Closed

make macro-release-cancel also cancel virtual keys #1118

SequentialDesign opened this issue Jun 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@SequentialDesign
Copy link

Is your feature request related to a problem? Please describe.

i want to have macro-release-cancel cancel virtual keys so that i can hold down a macro that holds down keys and then lets go of them when i let the macro go

Describe the solution you'd like.

i would like macro-release-cancel to also cancel virtual keys

Describe alternatives you've considered.

i wish macros could hold down keys too so that i would not have to deal with virtual keys

Additional context

odd use case but it would be very useful to me. if i missed something, please let me know

@SequentialDesign SequentialDesign added the enhancement New feature or request label Jun 16, 2024
@SequentialDesign
Copy link
Author

SequentialDesign commented Jun 17, 2024

this functionality can be easily achieved with the following :

plover-pedal-' (multi ' (tap-hold $p-tt $p-ht ' (multi y)))

that is using a tap-hold inside of a multi. i did not even think such a thing was possible until Gerhard showed me. but it works and works well

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

1 participant