I'm using "Swiss French" as keyboard layout on my Mac. On the Arduino App I was unable to find any Keyboard Layout (from the Tools menu) in order to send correctly all the special keys needed in the scripts, like " ' {
By using "German (Mac)" I was able to send every needed key except ', so I slightly changed the script:
typeln("osascript");
typeln("tell application \"System Events\" to set bounds of window \"System Preferences\" of
application \"System Preferences\" to {0, 0, 700, 700}");
ctrl(KEY_D);
I'm using "Swiss French" as keyboard layout on my Mac. On the Arduino App I was unable to find any Keyboard Layout (from the Tools menu) in order to send correctly all the special keys needed in the scripts, like
" ' {By using "German (Mac)" I was able to send every needed key except
', so I slightly changed the script: