Sigil 0.8.7
I'd like a control-alt-shift key combination to be able to comment out selected text in a CSS file. Basically, I'm going through a public EPUB and commenting out all CSS that should not be set, like font-size, color, etc. These should all be handled by the reader itself. So I'm doing a LOT of commenting.
The process:
- Select text to be commented.
- Hit control key combo.
- Text is commented out, surrounded by /* and */
Thanks!