Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ set of shortcuts not working

In IntelliJ, one can opens the corresponding tool window using the Alt + 0/1/... keyboard shortcut. However this shortcut does not work.
I'm using Debian and I verified that there is no conflict between IntelliJ and the OS keymaps. My keyboard type is AZERTY. I tried both the digits on the numpad and the main keybad. For those of the latter, I tried using them with and without the Shift key. I also changed the keyboard layout to use the EN one but with no result.

like image 806
ahmehri Avatar asked Mar 17 '14 09:03

ahmehri


People also ask

Why is my key shortcuts not working?

Keyboard shortcuts could fail to work if you don't press the key combinations at the same time. If you are having difficulties pressing multiple keys at the same time, you should enable Sticky Keys. This Windows 10 feature allows you to press the shortcut keys one after another.

How do I enable shortcut keys in IntelliJ?

Add a keyboard shortcutOn the Keymap page of the Settings/Preferences dialog Ctrl+Alt+S , right-click an action and select Add Keyboard Shortcut. In the Keyboard Shortcut dialog, press the necessary key combination.

What is Keymap IntelliJ?

IntelliJ IDEA | Preferences | Keymap for macOS. Ctrl+Alt+S. Use this page to search for shortcuts and actions in the selected keymap, create, edit, and remove custom keymaps, and change shortcuts associated with actions in custom keymaps. Predefined keymaps are not editable.

What is Ctrl Shift O in IntelliJ?

In Eclipse, you press CTRL + SHIFT + O “Organize Imports” to import packages automatically. For IntelliJ IDEA, if you press CTRL + ALT + O “Optimize Imports”, it just removes some unused imports, never imports any package.


2 Answers

My IntelliJ shortcuts stoped working out of the blue, restart did not fix the problem...

Went to Preferences > Keymap changed the configuration to something else. tested with the Undo shortcut and went back and changed back to the original config and it stated working again.

like image 145
user952887 Avatar answered Oct 19 '22 08:10

user952887


For me, the find in path (ctrl + shift + f) and replace in path (ctrl + shift + r) stopped working suddenly. Restarting the IDE did not work. I did File > Invalidate caches and restart, to solve the problem.

like image 6
MasterJoe Avatar answered Oct 19 '22 08:10

MasterJoe