-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REQUEST] ARM64 Windows installer #77
Comments
This is a good idea; thank you for the request. Unfortunately, as far as I'm aware, the Microsoft Keyboard Layout Creator does not compile the layouts for ARM64, so to accomplish this, we'll need to find a different compiler. Until that can be done, the only recommendations I have are perhaps AutoHotKey or similar tools that do remapping without installing the layout into the OS. I hope to eventually get an ARM64 installer, but can't give an ETA. |
The x86 installer does seem to work (at least using Volterra's conversion), but a native ARM installer would be good, as i dont know how the conversion works in win10 or older |
Yep, MSKLC is abandonware. There is a discussion about this on another repo: |
I read the other relevant threads and understand the difficulties with this. Just wanted to chime in and say that the x86 installer does not seem to work on my Thinkpad x13s. I am going to investigate some of the workarounds and can report back if any of them work. It is too bad windows makes this a pain instead of just supporting the layout officially. |
Hello, This can be worked around. MSKLC, deprecated or not, is a frontend for Levicki wrote about this for x64 almost two decades ago, but a more pragmatic solution is just retrofitting the I have posted exactly this at https://github.com/fkelava/wm-us. I have no ARM64 machine to test it on myself, but I know it cleanly cross-compiles with the latest (10.0.26000.1) SDK/WDK. Would this work for your purposes? How a layout is declared once compiled is explained succinctly in the lelegard/winkbdlayouts repo. |
I noticed the repo only has AMD64 and x86 installers for windows
The text was updated successfully, but these errors were encountered: