Hi you all,
I am having a bit of an issue with my azerty keyboard,
it does work nice on my system overall, except in the default keyPressed function of Open Frameworks
simple printout from the cars:
int z = 'z'; cout << z << "\t" << key << endl;
with output 122 97, meaning that it thinks i’m typing on an qwerty board
Any suggestions?
additional info:
~Running on mac osx mavericks || OF 8.0
~Can this have anything to do with the fact that my machine isn’t made by Apple?