I tried the examples/mac/[HackyPi_openWebsite.py](https://github.com/sbcshop/HackyPi-Software/blob/main/examples/mac/HackyPi_openWebsite.py) example.
Seems to work fine - BUT on the opened terminal appears the following:
> open httpsÖ--shop.sbßcomponents.co.uk
The file /Users/<myUsername>/httpsÖ--shop.sbßcomponents.co.uk does not exist.
So, it seems the :// in the example's keyboard_layout.write("open https://shop.sb-components.co.uk") translates to Ö--
What could be wrong here.
Test-Mac is a M1 with german setup (lang, kbd, ...)
I tried the
examples/mac/[HackyPi_openWebsite.py](https://github.com/sbcshop/HackyPi-Software/blob/main/examples/mac/HackyPi_openWebsite.py)example.Seems to work fine - BUT on the opened terminal appears the following:
So, it seems the
://in the example'skeyboard_layout.write("open https://shop.sb-components.co.uk")translates toÖ--What could be wrong here.
Test-Mac is a M1 with german setup (lang, kbd, ...)