I'm using Emacs mode for keymap in PyCharm, except in Emacs I'm used to swaps CMD with CTRL. This is setting is enabled in Emacs with (setq mac-command-modifier 'control)
Is there some way to swap CMD/CTRL keys in my Emacs PyCharm keymap that is faster than manually changing it for every shortcut using GUI? IE, is the settings file stored by PyCharm something I can modify directly?