armin-pfaeffle / sass-autocompile

Automatically compiles SASS files on save ‒ package for atom.io
https://atom.io/packages/sass-autocompile
MIT License
49 stars 16 forks source link

How to create keybind for "Compile for Compact" #176

Open FlatlineTV opened 4 years ago

FlatlineTV commented 4 years ago

Is it possible to have keybinds for both:

I've tried adding this string into my keymaps: '.platform-win32': 'ctrl-alt-shift-S': 'sass-autocompile:toggle-compile-compact'

Thanks!