0

I added this to the private.xml config file

  <item>
      <name>Ctrl C as Escape</name>
      <identifier>private.ctr_c_as_escape</identifier>
      <autogen>
          __KeyToKey__
          KeyCode::C, ModifierFlag::CONTROL_L,
          KeyCode::ESCAPE
      </autogen>
  </item>

This makes Ctrl-c act as Escape key but it still does not enter Normal Mode from Insert Mode when I have set Escape key to enter Normal Mode in Karabiner, so what I need to do is actually set an additional option such as Control_L-c to Normal Mode in Karabiner. What do I need to add to my private.xml to achieve this?

carleryd
  • 152
  • 1
  • 11
  • 1
    `` is already a quite convincing alternative to ``. – romainl Apr 20 '16 at 12:02
  • Its a good hotkey, but when you are used by muscle reflexes to use C-v in vi and vim, C-c is far from as good as C-v :) – carleryd Apr 24 '16 at 09:46
  • Not sure what you mean. `` is *already* a built-in alternative to `` so you don't need that Karabiner hack to begin with if you want to press `` to exit insert mode. Also, what does `` have to do with the issue at hand. – romainl Apr 24 '16 at 09:51

0 Answers0