0

I'am trying to configure intellij IDE to use the same keymap as Xcode. But i cant find any Xcode keymap for IIDE (intellij IDE) - tried following This Link, but no luck.
So i thought ok, why not just use Mac OSX 10.5+? Well this doesn't work as i thought either, e.g when i try to block comment (shift+/ och command /) it acts wierd. Also tried the "^R" for run - well here IIDE reacts to "control+r"...

Anybody out there having the same problem?

Ivti
  • 29
  • 8

1 Answers1

0

XCode keymap exists only in AppCode and CLion products. There is a feature request to make it available for IntelliJ IDEA as well (and WebStorm).

You can try extracting the keymap from CLion distribution, it can be found here CLION_HOME\lib\resources.jar\keymaps\Xcode.xml. Then you can place it into idea.config.path\keymaps directory when IDE is not running.

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904
  • Bummer! Is there any way one would get the keymap from AppCode to IIDE? Thanks for the update! – Ivti Nov 04 '17 at 09:23
  • Tried to "steal" the CLion keymap. But it wont work for me in IJ. Anywasys - thanks for the help! – Ivti Nov 07 '17 at 07:34