Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable Alt + [F, E, V, ...] menu shortcuts in intellij?

I would like to use some of the predefined menu shortcuts (Alt+F for File) in intellij idea. Just defining the shortcut in the keymap doesn't override them.

Thanks

like image 588
LandoR Avatar asked Jul 02 '17 14:07

LandoR


People also ask

What is Ctrl Alt L in IntelliJ?

If you choose Code | Reformat Code from the main menu or press Ctrl+Alt+L , IntelliJ IDEA tries to reformat the source code of the specified scope automatically. For more details on how to reformat, or exclude files from formatting, refer toReformat code.

How can I see all shortcuts in IntelliJ?

IntelliJ IDEA provides several possibilities to learn shortcuts: Find Action lets you search for commands and settings across all menus and tools. Press Ctrl+Shift+A and start typing to get a list of suggested actions. Then select the necessary action and press Enter to execute it.

What does Alt insert do in IntelliJ?

You can use automatic generation of the code – Alt+Insert. To extract some part of the code to method – use Ctrl+Alt+M. Similary you can do this for focused value to extract it to variable using Ctrl+Alt+V, or to constant using Ctrl+Alt+C.


1 Answers

You can disable the shortcuts here:

Settings -> Appearance & Behavior -> Appearance -> Disable Mnemonics in Menu

like image 164
LandoR Avatar answered Nov 15 '22 00:11

LandoR