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

Sticky ctrl is not working? #3792

Open
DRKolev-code opened this issue Apr 24, 2024 · 1 comment
Open

Sticky ctrl is not working? #3792

DRKolev-code opened this issue Apr 24, 2024 · 1 comment

Comments

@DRKolev-code
Copy link

DRKolev-code commented Apr 24, 2024

This is what I have:

image

As you can see I have made: ctrl, option, command, and shift sticky. But also switched command and option.

I have this mapping in my complex modifications:

{
          "conditions": [
            {
              "bundle_identifiers": ["com.googlecode.iterm2"],
              "type": "frontmost_application_unless"
            }
          ],
          "from": {
            "key_code": "t",
            "modifiers": {
              "mandatory": ["left_control"]
            }
          },
          "to": [
            {
              "key_code": "t",
              "modifiers": ["left_command"]
            }
          ],
          "type": "basic"
}

It maps ctrl + t to command + t for all applications except iterm2. The idea is that I can press ctrl+t and open a new tab in Chrome, for example.

The expected behaviour is for holding down ctrl and pressing t as many times as I want. This does not work. I have
to press ctrl and release it then I have to press t and it works. For some reason holding ctrl does not work. What works is holding down option and pressing t. That is fine.

@DRKolev-code
Copy link
Author

I think the issue might be because in the Complex Modifications I set left_control to left_command but both keys have been set to be sticky in the Simple Modifications. This feels like an edge case bug.

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

No branches or pull requests

1 participant