best way to escape....
-
-
@Christoph-Hart I saw that the "Master" branch have the latest updates, is this the branch one should use now?
-
@ulrik never mind, the Master branch is way behind Develop :)
-
@Christoph-Hart
latest develop failed on MacOs 10.15.7 Xcode 12.0
-
please try again...
-
@Christoph-Hart old errors gone but a new one
-
please try again...
-
@Christoph-Hart Success!! :)
-
@Christoph-Hart I'm playing around with this new feature, it looks really powerful, thanks once again!
I have a question:
I use 3*2 "specialKeys" (å, ä, ö, Å, Ä, Ö)
they have their keyCode but not the character, is it possible to attach their characters somewhere?
I have no problem to type them anywhere else in Hise but here it's not working -
it works here - they are part of the UTF16 character set, so the
description
shows their unicode number, but if you attach the character as shown in the example, it will show them correctly as part of the string. -
@Christoph-Hart yes it works if I attach the characters it works, thank you!