santaclose / ImGuiColorTextEdit

Colorizing text editor for ImGui
MIT License
67 stars 18 forks source link

Add support for AltGr character #1

Closed aeris170 closed 1 year ago

aeris170 commented 1 year ago

AltGr (or Alt+Ctrl under the hood) is used for some special characters in German/Turkish keyboards. These special characters include but are not limited to '[' ']' '{' '}'.

Without this fix, German/Turkish keyboard owners (like myself) cannot code in programming languages using square or curly braces.

aeris170 commented 1 year ago

@santaclose Hey Santiago, sorry for pinging you but this PR seems to have been ignored, or not made visible to you. Could you review my changes and either merge or close as appropriate? Thank you!

santaclose commented 1 year ago

Hi, sorry that I never looked at this. It doesn't seem to break anything, will merge it. Thanks!