artvl21 / controlp5

Automatically exported from code.google.com/p/controlp5
0 stars 0 forks source link

Consider adding alt+l to list of disabled shortcuts #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Alt + l will attempt to load settings from the .xml file.  If no xml file is 
present, all current controllers disappear.  This is behavior is ok if that is 
what the user wants to do, but the key combination alt + l is necessary to 
enter the '@' character on the German mac keyboard.  This makes it impossible 
for someone using a German mac to enter an '@' character in a textfield.

Original issue reported on code.google.com by roycef on 9 Dec 2010 at 7:47

GoogleCodeExporter commented 8 years ago
After testing further, it appears the deprecated function 'disableKeys()' works 
while the 'disableShortcuts()' function does not. 

Original comment by roycef on 9 Dec 2010 at 8:08

GoogleCodeExporter commented 8 years ago
loading controller settings has been removed from controlP5 with versions post 
0.5.4, the shortcut alt+l has also been removed. to save controller properties 
take a look at the ControllerProperties class and examples.

Original comment by soj...@gmail.com on 18 Jan 2012 at 4:06