Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Set shortcut number to IntelliJ's tool windows

i wonder if it's possible to set a own shortcut to IntelliJ's tool windows. The default shortcut for the Project tool window is ALT + 1 and i would like to change this or assign a shortcut to per example the Persistence tool window which have no default shortcut. Thanks in advance.

like image 613
VWeber Avatar asked Jan 30 '14 08:01

VWeber


People also ask

How do I change the shortcut keys 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.

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 do I use IntelliJ shortcuts?

To add or change the shortcut for any action, press Alt+Enter when it is selected in the list. Key Promoter X is a plugin that shows a popup notification with the corresponding keyboard shortcut whenever a command is executed using the mouse.


1 Answers

You can set it in settings -> keymap (just search for window you need)

like image 172
Jakub Kubrynski Avatar answered Oct 05 '22 05:10

Jakub Kubrynski