I'm using the PlatformIO package, and I want to override the shortcut that allows me to focus in and out of the embedded terminal. The default shortcut is ctrl + alt + f. I want to change it to esc.
I tried this in my keymap.cson:
'atom-text-editor':
'esc': 'Platformio Ide Terminal: Focus'
I also tried with "escape" instead of "esc", but neither was able to override the default shortcut.
How do I accomplish this?