Mac OS X Script to install a new keyboard layout

I would appreciate any help from Mac OS X developers. Is there a way to write some kind of script that can complete at least 2-3 steps from the following?

  • Download custom keyboard layout
  • Move the keyboard layout to / System / Library / Layouts /
  • Activate this keyboard layout as one of the system input sources

I ask at a very high level - what is the best language for writing scripts, and are there any problems that I may have to deal with? I do not mind, for example, skipping step # 1 and packing it with the script itself.

+3
source share

All Articles