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

Modifier keys do not work in IntelliJ IDEA OS X #858

Closed
jingibus opened this issue Jul 20, 2017 · 24 comments
Closed

Modifier keys do not work in IntelliJ IDEA OS X #858

jingibus opened this issue Jul 20, 2017 · 24 comments
Labels

Comments

@jingibus
Copy link

jingibus commented Jul 20, 2017

IntelliJ IDEA 2017.1.5, OS X 10.12.4. Cmd, Opt, and Shift do not properly invoke function key commands in the IntelliJ editor.

MacBookPro13,3, TouchBar model, using built-in keyboard.

E.g., Opt-F7 in my IntelliJ is bound to "Find Usages," but fails to do anything. Cmd-F6 when on a method name should invoke "Change Signature," but instead invokes F6, "Move."

@jvinding
Copy link

jvinding commented Jul 20, 2017

I have not had the same experience, all my IntelliJ bindings continue to work.
If you post your karabiner.json, I could try it to see if I have the same issue.
(btw, i'm not associated with this project in any way, just a fellow user)

@jingibus
Copy link
Author

It's not the case for all keybindings. Cmd-O works, Cmd-, works.

karabiner.json:

{
    "global": {
        "check_for_updates_on_startup": true,
        "show_in_menu_bar": true,
        "show_profile_name_in_menu_bar": false
    },
    "profiles": [
        {
            "complex_modifications": {
                "parameters": {
                    "basic.to_if_alone_timeout_milliseconds": 1000
                },
                "rules": []
            },
            "devices": [],
            "fn_function_keys": {
                "f1": "display_brightness_decrement",
                "f10": "mute",
                "f11": "volume_decrement",
                "f12": "volume_increment",
                "f2": "display_brightness_increment",
                "f3": "mission_control",
                "f4": "launchpad",
                "f5": "illumination_decrement",
                "f6": "illumination_increment",
                "f7": "rewind",
                "f8": "play_or_pause",
                "f9": "fastforward"
            },
            "name": "Default profile",
            "selected": true,
            "simple_modifications": {
                "caps_lock": "escape",
                "left_command": "left_command",
                "left_option": "left_option"
            },
            "virtual_hid_keyboard": {
                "caps_lock_delay_milliseconds": 0,
                "keyboard_type": "ansi"
            }
        }
    ]
}

@jvinding
Copy link

It all still works for me with that json, what version of Karabiner-Elements are you using?

@jingibus
Copy link
Author

0.91.9

@jvinding
Copy link

Sorry, but I don't think I'm able to help you.

@jingibus
Copy link
Author

It's only the function keys that are misbehaving.

Are you on a MBP touchbar?

@jvinding
Copy link

no, i'm on a 2013 MBP

@jingibus
Copy link
Author

Hmm. Shall I revise the description in the issue, then?

@jvinding
Copy link

I'd advise including as much relevant info as possible, including the the computer's model, OS version, keyboad type (if no the built-in keyboard), etc

@jingibus
Copy link
Author

Found a workaround here: #595

If I turn off Expanded Control Strip, things work again.

@sw9
Copy link

sw9 commented Jul 25, 2017

I'm currently using version 0.91.10 and Command+Function key isn't working, no matter what the "Touchbar Shows" setting is. It is seen by app as just the function key on its own.

@ufian
Copy link

ufian commented Aug 16, 2017

In 0.91.13 I met similar problem. If I turn off support Apple Internal keyborad then hotkeys works. I think problem inside karabiner

@ufian
Copy link

ufian commented Aug 18, 2017

I found decision for Idea products. With this settings shift+Fn keys works
2017-08-18_12-31-42
2017-08-18_12-32-18

@lindsaymarkward
Copy link

I have tried all of the above suggestions, with no luck. I use these shortcuts (e.g. Shift+F6 and Ctrl+F5) more than my caps lock = backspace, so for now I have to uninstall Karabiner Elements.
Please let me know when this is fixed 📞 🌮
@lindsaymarkward

@jklp
Copy link

jklp commented Sep 6, 2017

@lindsaymarkward If you'd like to be notified of changes to this ticket, you can hit the "subscribe" button on the right side of the page - will send you an email every time something changes

@renannprado
Copy link

renannprado commented Oct 24, 2017

I have same problem: F keys are not working (basically I'm not able to debug using the keyboard when karabine is opened). After configuring karabine-elemnts to use home/end keys, the home/end keys also stopped working inside of IntelliJ :(
Is there a way to configure karabine act just when you are focusing certain applications?
I'm on MacBook Pro with touchbar (if that makes any difference).

image

@stale
Copy link

stale bot commented Mar 4, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Mar 4, 2018
@jvinding
Copy link

jvinding commented Mar 4, 2018

I have a new MBP and can now confirm that this is still an issue

@stale stale bot removed the stale label Mar 4, 2018
@NightMachinery
Copy link

ufian's workaround works, but this certainly needs addressing in the app itself!

@robfletcher
Copy link

I had the same issue and the solution was to just uncheck the internal keyboard under "Modify events from this device" in the Devices tab of Karabiner (12.0.0).

@stale
Copy link

stale bot commented Jun 30, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jun 30, 2018
@jvinding
Copy link

jvinding commented Jul 2, 2018

bump so stale bot doesn't close it.

@stale stale bot removed the stale label Jul 2, 2018
@dnibh
Copy link

dnibh commented Jul 3, 2018

There is a good solution here.
You have to apply the one from @mutantcornholio and @kasecato

@stale
Copy link

stale bot commented Sep 1, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Sep 1, 2018
@stale stale bot closed this as completed Sep 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

10 participants