Skip to content

problems when keyboard layout != "U.S." #1

@galliva

Description

@galliva

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions