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

🐛 Loop doesn't work if trigger key and keybind aren't pressed in sequence #330

Open
2 tasks done
willianba opened this issue Apr 17, 2024 · 1 comment
Open
2 tasks done
Assignees
Labels
bug Something isn't working

Comments

@willianba
Copy link

Bug Description

I have a keyboard with 64 keys. So I use many layers and bindings to do stuff.
I added two bindings that do: ctrl + option + left and ctrl + option + right, but they don't work. Loop is triggered, like pressing ctrl + option. But it ignores the left and right.

Steps To Reproduce

  1. Create a binding on your keyboard that would perform a loop action
  2. Press this binding

Expected Behavior

The action should run. In my case, they are "left cycle" and "right cycle".

Actual Behavior

It opens the radial menu.

Screenshots

Screen.Recording.2024-04-17.at.10.29.04.mov

MacOS Version

Sonoma 14.4.1

Loop Version

Version 1.0.0-beta.15 (817)

Additional Context

No response

Final Checks

  • My issue title is descriptive
  • This is a single bug (multiple bugs should be reported individually)
@willianba willianba added the bug Something isn't working label Apr 17, 2024
@MrKai77
Copy link
Owner

MrKai77 commented Apr 17, 2024

Oh that's a very interesting use case! I will look into this.

@MrKai77 MrKai77 self-assigned this Apr 17, 2024
@MrKai77 MrKai77 changed the title 🐛 Loop doesn't work if keys are not pressed in sequence 🐛 Loop doesn't work if trigger key and keybind aren't pressed in sequence May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants