-
Notifications
You must be signed in to change notification settings - Fork 216
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
Cannot access command(f) in Super Duper Mode #53
Comments
👋 Hi @rfrank6023: In this example, I think you're holding down s+d+f and then pressing z, and you're expecting it to perform a command+z combination. Is that right? If so, I'm guessing that you're running into a keyboard ghosting issue as described in #24 (comment). Would you mind taking a look at that comment and letting me know if it explains the behavior you're seeing? |
Ok so I went and tested it and I found out that my keyboard has a 6-key rollover so the 4 should work. It might just be that something else bloating my system is holding the function back, so I'll just live with I guess? |
@rfrank6023 I thought of one other debugging step that might help you: If you launch the For example, on my Kinesis Freestyle 2 keyboard, when I press s+d+f+z, Karabiner sees all 4 keys. As a result, this enters super-duper mode and it gets converted to command+z, which then performs an undo operation. However, when I press s+d+f+c, Karabiner only sees 3 keys, due to a keyboard ghosting issue with the Kinesis Freestyle 2: |
Thanks for following up. That's really strange. I'm not able to reproduce that problem. For me, it recognizes all 4 keys and it triggers an undo. 😕 |
Like I said, it's probably some file I installed or app running that is manipulating it. All the other keys work just fine. |
Hi,
I recently starting using this set of code, but when I am in super-duper mode, I cannot hit f to go to command, as when I try things like cmd-z or cmd-c, nothing happens. Can someone tell me if I am doing anything wrong?
The text was updated successfully, but these errors were encountered: