Skip to content

Change Keyboard Layout

You can find a list of available layouts in scripting/functions.

There are two simple ways to set the correct keyboard layout.

  • Use locale command at the beginning of your script. For example, LOCALE DE uses the German keyboard layout.
  • Or change it in the preferences.json file by editing the line "default_layout": "US", to whatever layout you’d like.

Editing main.script or preferences.json to change keyboard layout