absop / RainbowBrackets

A rainbow brackets plugin for SublimeText4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin removes function of keys on QWERTZ keyboards

hmpft opened this issue · comments

commented

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

commented

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

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

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

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.

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.

4years later, the issue is still there