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
I am using an older version of Mac (12.7.x, Monterey) with an Intel chip and after installing Enmerkar according to the docs, I was able to find the input method and add it. However, hitting the keyboard shows nothing inputted.
I checked ~/Library/Input Methods but there was no Enmerkar.app file after the package was flattened.
So I tried to build the .app file myself using
I used pkgutil along these lines to unpack then build into .app
and tar -xvf, tar -xvf ./Payload -C ~/{an output folder}
So I built the .app file, but upon restarting my Mac, the same issue appears.
I am not familiar with swift but I'm a Python dev and am happy to learn and help with a PR.
The text was updated successfully, but these errors were encountered:
I am using an older version of Mac (12.7.x, Monterey) with an Intel chip and after installing Enmerkar according to the docs, I was able to find the input method and add it. However, hitting the keyboard shows nothing inputted.
I checked
~/Library/Input Methods
but there was no Enmerkar.app file after the package was flattened.So I tried to build the .app file myself using
So I built the .app file, but upon restarting my Mac, the same issue appears.
I am not familiar with swift but I'm a Python dev and am happy to learn and help with a PR.
The text was updated successfully, but these errors were encountered: