JunoLab / atom-ink

IDE toolkit for Atom
MIT License
228 stars 40 forks source link

`ctrl+c` shortcut key is not working on console #149

Closed YongHee-Kim closed 6 years ago

YongHee-Kim commented 6 years ago

copyfail2

Default keymap for ctrl-c is not working on my PC since a few days ago. I'm on newest version for Atom and Ink

OS: Windows (x86_64-w64-mingw32) Atom 1.20.0 Ink 0.7.5

Editing ...\\ink\\keymaps\\ink.cson fixed this issue for me

'.platform-win32 .ink, .platform-linux .ink':
  # 'ctrl-c': 'native!'
  'ctrl-c': 'core:copy'
pfitzseb commented 6 years ago

You probably can just get rid of that entry all together. I'll tag a patch release for that in a week.