controlp5 icon indicating copy to clipboard operation
controlp5 copied to clipboard

controlP5 german keyboard layout

Open Adrenocrom opened this issue 10 years ago • 0 comments

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

Adrenocrom avatar Aug 14 '15 11:08 Adrenocrom