Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the intellij idea keyboard shortcut to list all other shortcuts

Eclipse has very good discoverability in that there is a keyboard shortcut thats lists all the keyboard shortcuts. On a Mac this would be Cmd+Shift+L, so on a pc I imagine this would Ctrl+Shift+L.

Is there an IntelliJ idea keyboard that achieves the same thing??

(... so that I can learn by doing, as I am working)

By the way, I am using 12.1.4 community edition.

like image 342
murungu Avatar asked Sep 06 '13 10:09

murungu


1 Answers

You can use Help | Find Action (Ctrl+Shift+A or Cmd+Shift+A on Mac) to see all the actions and their shortcuts.

There is no fast way to perform the reverse search yet, but you can open Settings (Preferences on Mac) | Keymap and use the filter by shortcut to find the corresponding action. There is also a feature request to make it easier, feel free to vote.

like image 155
CrazyCoder Avatar answered Sep 23 '22 18:09

CrazyCoder