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
print("We need to copy the layout file to `/Library/Keyboard\ Layouts/`. This requires root privileges, so your OS will ask you for your password.")
print("After copying, you will need to open Apple > System Preferences > Keyboard > Input Sources, click the little \"+\", go to \"others\" and select the CSKeyboardLayout. Voilà!")
os.system(command)
os.system(command2)
else:
print("Sorry, We currently only support Mac. You need to install the layout manually.")