githole / Live-Coder

Live Coder is a realtime GLSL editor/viewer mainly for demosceners.
http://kagamin.net/hole/lc/index.htm
135 stars 16 forks source link

Allow special characters with non-English keyboard #4

Open AnastasiaDunbar opened 8 years ago

AnastasiaDunbar commented 8 years ago

It causes problems making curly brackets.

githole commented 8 years ago

I don't have any non-English (ASCII) keyboards. Then, what character codes are assigned for curly brackets (or other special chars) with your keyboards?

AnastasiaDunbar commented 8 years ago

ALT+7 gives "{" and ALT+0 gives "}". Basically ALT+(Any key) doesn't type. Can you enable typing with ALT on? I've realized because English keyboard doesn't have {[]} in number keys.

githole commented 8 years ago

Ah, I'll try to change my keyboard setting of mac and fix it...