fstiewitz / build-tools-cpp

Build your projects in atom
https://atom.io/packages/build-tools
MIT License
31 stars 6 forks source link

Close console with the "Escape Key" #53

Open isopropylcyanide opened 8 years ago

isopropylcyanide commented 8 years ago

For some reasons, I need the console to stay put after execution. As I see, if command.output.console.close_success is unchecked, then I have to manually close the console after finishing the output using the "X" button. I wish to do so using the Escape key. I tried but couldn't bind the operation. Is there a way out?

fstiewitz commented 8 years ago

Right now, there is only build-tools:toggle (bound to ctrl-l ctrl-s). An addition to your user keymap or init script should do the trick. I'll work on a build-tools:hide though.

isopropylcyanide commented 8 years ago

Yes, that would be optimal.