fstiewitz / build-tools-cpp

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

Fix hard keymapping of console toggle #68

Open hstormo opened 8 years ago

hstormo commented 8 years ago

I was unable to disable the keybinding for toggling the console through the settings. Had a look at your code and came up with this quick fix.

This once again allows me to select lines with ctrl+l without conflicts.

fstiewitz commented 8 years ago

You could also overwrite the ctrl-l ctrl-s keybinding manually, but I guess an automated system would be better (by having the module react to the "Enable Keymap" box in settings-view). I really don't want to hardcode a module's keymap (console is a module) into my keymaps/build-tools.cson.