Keyboard shortcuts not working in IntelliJUltimate
Answered
I have a couple keyboard shortcuts that suddenly stopped working (maybe after the update). A couple shortcuts that stopped working are:
CMD + O (Navigate to class)
CMD + SHIFT + O (Navigate to File)
More specifically, when I hit "CMD + O", the IDE seems to freeze for a bit, and does not accept any of my keystrokes. After a bit, it unfreezes itself..
A couple shortcuts are still working, like : CMD + F, CMD + SHIFT + F, CMD + G
I tried restarting IntelliJ, also tried restarting computer.
Please sign in to leave a comment.
Check that these shortcuts are not conflicted with global OS shortcuts.
Can you find actions by these shortcuts in Keymap settings? What results do you see:
Try disabling all custom plugins if you have any installed.
Hi, thanks for replying. This is what I see:
Looks like you are using custom UI theme plugin. Please disable it and all other custom plugins and check. Also please check does the action work if you remap it to a different shortcut?
If problem remains, attach all IDE log folder zipped after IDE restart and reproducing the issue.
Hi. I uploaded the logs here:
https://drive.google.com/file/d/1_n0u2C-TwOFCIRm-5SMB0jPdHp_Zh69x/view?usp=sharing
I disabled the theme UI plugin, restarted, and was able to reproduce. I mapped it to a different shortcut, but it still didn't work.
This exception may cause the problem:
Please disable these plugins and check:
May also be caused by broken install. Please try re-install from https://www.jetbrains.com/idea/download
Looks like "Black Caiman" plug-in was the problem. I will go ahead and create a bug report into our internal plug-in team. Thanks
Thank you!