absop / RainbowBrackets

A rainbow brackets plugin for SublimeText4.
MIT License
54 stars 8 forks source link

Plugin removes function of keys on QWERTZ keyboards #10

Open hmpft opened 3 years ago

hmpft commented 3 years ago

The assigned keys for replacing the brackets around the cursors

ctrl+alt+0 ctrl+alt+] ctrl+alt+[

removes the keys ] } and \ on QWERTZ keyboards making them not working any more

slarm commented 3 years ago

Same on QWERTY keyboards, making it impossible to write [, ] and }.

absop commented 3 years ago

I don't really understand what's your mean, I suggest you to change the key binding manually.

DragonKitten commented 3 years ago

and how would you suggest we do that when its not accesible in the options you provide us with?

to explain the problem: on a QWERTZ Keyboard the special brackets {[]} are accssible by CRTL+ALT and the numbers 7890 but since CRTL+ALT+ ]} are used in the plugin to do functions we cannot manually close those brackets anymore

Unactived commented 3 years ago

Similar issue, on an AZERTY keyboard, unable to type at least the ] and @ characters as well as ^ from the numbers row ; effectively alt gr + 9,0 or the next key stop working when the package is enabled.

scambier commented 3 years ago

Personally I just need the colors, so if anyone wants a quick and dirty solution, I forked the package here and removed all key bindings: https://github.com/scambier/RainbowBrackets

Uninstall the original package, clone the repo in your Packages folder (Omnibox > Browse Packages), and reboot ST.

khaldi-yass commented 8 months ago

4years later, the issue is still there