controlp5
controlp5 copied to clipboard
controlP5 german keyboard layout
With my keyboard layout, a standard German one, the keycode for Alt-Gr is 65406. It is necessary to resize the boolean-array: keys, in the file ControlWindow.java to 65407 or higher. Two lines musst be changed, the first line is 116: private boolean[] keys = new boolean[65500]; and the second change is in the function public void clearKeys().
Thanks