Hi!
I’m developing a plugin for a language and we have a lot of actions, and because of that a lot of different shortcuts.
But, I’m having a hard time with a lot of conflicts with existing IntelliJ shortcuts and also with specific plugins used by random users.
Is there a guide or best practices to avoid or at least minimize those conflicts?
Also, how to handle different OS that have different keymaps by default in the IntelliJ actions?
Thanks in advance