thehogfather / brackets-code-folding

Code folding extension for brackets IDE
134 stars 42 forks source link

Problem with Italian keyboard #35

Closed FezVrasta closed 10 years ago

FezVrasta commented 10 years ago

This shortcut:

KeyBindingManager.addBinding(EXPAND, "Ctrl-Alt-=");

makes impossible to write the ] symbol on Italian keyboards.

Could it be fixed? Thanks.

thehogfather commented 10 years ago

The best way to do this is with the shortcut keys remapper extension. Install it from the url in the link or search for it in the extensions manager.

FezVrasta commented 10 years ago

Not sure if this is a real solution... By the way thanks.

thehogfather commented 10 years ago

The reason I suggest this is because I don't want to make more changes that would adversely affect a different keyboard in a different locale before doing some research. The cleanest way for the moment would be the user defined ones. I will fix in the next update.

FezVrasta commented 10 years ago

I see, probably should be Brackets itself to have to implement a solution cross-layout.