Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I change Alt+Enter keyboard shortcut in IntelliJ/Android Studio?

Is it possible to change Alt+Enter (Show the list of available intention actions) keyboard shortcut in IntelliJ/Android Studio?

I have browsed through File->Settings->Keymap and couldn't find it, though I remember that I was changing it before.

like image 373
syntagma Avatar asked May 23 '15 18:05

syntagma


People also ask

How do I change keyboard shortcuts in IntelliJ?

Configure keyboard shortcuts IntelliJ IDEA includes several predefined keymaps and lets you customize frequently used shortcuts. To view the keymap configuration, open the Settings/Preferences dialog Ctrl+Alt+S and select Keymap. IntelliJ IDEA automatically suggests a predefined keymap based on your environment.

How do I change hotkeys in Android Studio?

To open the keymap settings, choose File > Settings (on Mac, Android Studio > Preferences) and navigate to the Keymap pane. Figure 1. The Android Studio keymap settings window. Keymaps dropdown: Select the desired keymap from this menu to switch between preset keymaps.

What is Alt enter in IntelliJ?

If there's an error in the code, pressing ⌥⏎ (macOS), or Alt+Enter (Windows/Linux), can suggest options that will make the code compile. If there's a warning, IntelliJ IDEA will show you what the warning is, and may offer one or more suggestions on how to fix that warning.

Where can you find a list of all the available keyboard shortcuts in IntelliJ?

Learn shortcuts as you work 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.


1 Answers

You find it in the Keymap settings under

Other->Show Intention Actions

enter image description here

like image 108
TimoStaudinger Avatar answered Sep 28 '22 06:09

TimoStaudinger