Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij-idea: Using Eclipse Keymap on Mac OS X

When using IntelliJ with the Eclipse Keymap, all the shortcuts are set to use Ctrl, instead of Command. Just like Eclipse on Windows.

Is there a way to use the same keys as the Mac version of Eclipse?

like image 670
simao Avatar asked Feb 03 '11 10:02

simao


People also ask

How do I change keymap in IntelliJ Mac?

Press Ctrl+Alt+S to open the IDE settings and select Keymap.

How do I use Eclipse Keymap in IntelliJ?

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 keymap in Eclipse?

Pressing Ctrl + Shift + L will open the current list of defined shortcuts, again pressing Ctrl + Shift + L will open preference page from where the shortcuts can be modified. Save this answer.

What is Alt insert on a Mac?

It is CTRL + I .


2 Answers

This was actually already answered in https://stackoverflow.com/a/9115464/223855. You can find a link to an "Eclipse on Mac" keymap xml file there.

like image 101
GabrielKnight Avatar answered Nov 15 '22 09:11

GabrielKnight


If you go Preferences->(IDE Settings) Keymap, from here you should see a drop down for Keymaps which will allow you to select "Mac OS X" to switch over to using Command instead. At least this is an option for IntelliJ 11.1.2.

like image 27
user1532645 Avatar answered Nov 15 '22 10:11

user1532645