WestCoastProjects
WestCoastProjects

Reputation: 63062

How to use Option in Intellij Keymaps?

I am trying to add Option-i | u for "Find usages" as shown in this dialog (Note that the "i" is lowercase - shift is not depressed):

enter image description here

But after having selected OK and then going back into Actions we see that the setting did not "take":

enter image description here

Note: I do have custom keymap entries to use Option- for accessing Main Menu items. But why is Option not working in this case? Is there a workaround?

Upvotes: 0

Views: 317

Answers (1)

Arseniy Nisnevich
Arseniy Nisnevich

Reputation: 404

On macOS, "Option" is used for typing special characters, thus when editor is focused and you hit Option-I the shortcut you assigned won't work (it will type a character instead). However, when no editing field is selected, the shortcut should work (e.g. from tool windows).

Upvotes: 2

Related Questions