protoc / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

I want to code without pressing shift too much #208

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
My keyboard (UK) requires Shift to insert ';' but has '-' without modifier key, 
therefore it is much faster to type 'html-5' than 'html:5'. I can see that you 
are trying to seperate things with colon, like in CSS, stuff on the left is 
property, stuff on the right is value - but for speed, I find a '-' much faster 
to type, and for HTML ':' has no particular significance.

add this line to getSettingsResource() to allow - instead of :
    abbr = abbr.replace(/-/,':')

Original issue reported on code.google.com by billymoo...@gmail.com on 15 Sep 2010 at 7:39

GoogleCodeExporter commented 9 years ago
Fixed in github repo

Original comment by serge....@gmail.com on 5 Dec 2010 at 4:33