justcla / KeyBindings

Installs alternative keyboard mapping schemes to work with Visual Studio. Provides rich hotkeys and keyboard shortcuts.
http://aka.ms/HotKeys
69 stars 10 forks source link

no support for arm64 installs #28

Open dszryan opened 1 week ago

justcla commented 1 week ago

Are you able to submit a pull request? If not, I'll try to take a look soon. Thanks

justcla commented 1 week ago

It's easy enough to add the new "InstallationTarget" for arm64 to the source extension file. But the extension is mostly a collection of mapping scheme files and it comes embedded with Keyboard Shortcut Manager 3.1.4, which has tools and menu items for loading keyboard mapping schemes. I think I will need to build arm64 support for that one, too, if it's going to work fully.

justcla commented 1 week ago

I failed my initial attempt to build the KeyboardShortcutManager with arm64 - missing references / outdated libraries :-( This will take some more time.