You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: