'InteliJ Shortcut Maven clean install

I try to find a way to do the following steps in InteliJ by using only keyboard:

  1. alt+ F1 --> F
  2. Currently I'm clicking CTRL + Left Mouse to choose clean and install.

Is there a way to do this just by using the keyboard?

Thanks for any help.



Solution 1:[1]

If you are looking for existing shourtcut or tring to add a new one on intellij, the best thing to do is to check the key map.

the KeyMap is located in File|Settings for windows and linux or IntelliJ IDEA|Preferences for macOS (Ctrl+alt+S is good too) and then look for the KeyMap tab and search "maven".

add shourtcuts

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Kfir Ettinger