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

Superkey and Karabiner-Elements #228

Open
santhoshr opened this issue Nov 25, 2024 · 2 comments
Open

Superkey and Karabiner-Elements #228

santhoshr opened this issue Nov 25, 2024 · 2 comments

Comments

@santhoshr
Copy link

There wasn't Superkey community, so placing it here

I use Karabiner-Elements with Superkey but when using Simultaneous feature of Karabiner and pressing any key from simultaneous block Superkey closes. In below example pressing 'i' or 'o' Superkey closes,

{
    "description": "Simultaneous keys Test",
    "manipulators": [
        {
            "from": {
                "modifiers": { "optional": ["any"] },
                "simultaneous": [
                    { "key_code": "i" },
                    { "key_code": "o" }
                ],
                "simultaneous_options": {
                    "detect_key_down_uninterruptedly": false,
                    "key_down_order": "insensitive",
                    "key_up_order": "insensitive",
                    "key_up_when": "any"
                }
            },
            "to": [{ "key_code": "a" }],
            "type": "basic"
        }
    ]
}
@rxhanson
Copy link
Owner

I suppose it's about time to open up a Superkey community forum. What do you have configured in Superkey?

@santhoshr
Copy link
Author

santhoshr commented Nov 25, 2024

Settings

  • No seek shortcut
  • Remap key to Seek: F22
  • Only show when held
  • use macOS accessibility
  • semicolon
  • change click modes with modifiers
  • no hyperkey
  • Quick press shift : ()

Also I use tiny 3 keys and encoder FiiO kb1 keyboard for music playback under spacebar of regular 60% keyboard remapped the keys to f22, f23, f24 by firmware driver and two keyboards work as one due to Karabiner keyboard driver. BTW this issue occurs even if I use one keyboard and capslock, any one of simultaneous key (SK) list key hides the Superkey, also this happens on very first input to Superkey, if I type non simultaneous key then I can type SK on follow through

Another bug, if I rapidly press it either f22 or capslock, it crash out, likely due to ocr functionality getting overloaded

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

2 participants